aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-pxa/zeus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c
index 1a73dc8f4e41..82070e376617 100644
--- a/arch/arm/mach-pxa/zeus.c
+++ b/arch/arm/mach-pxa/zeus.c
@@ -849,7 +849,7 @@ static void __init zeus_map_io(void)
849 PCFR = PCFR_OPDE | PCFR_DC_EN | PCFR_FS | PCFR_FP; 849 PCFR = PCFR_OPDE | PCFR_DC_EN | PCFR_FS | PCFR_FP;
850} 850}
851 851
852MACHINE_START(ARCOM_ZEUS, "Arcom ZEUS") 852MACHINE_START(ARCOM_ZEUS, "Arcom/Eurotech ZEUS")
853 /* Maintainer: Marc Zyngier <maz@misterjones.org> */ 853 /* Maintainer: Marc Zyngier <maz@misterjones.org> */
854 .phys_io = 0x40000000, 854 .phys_io = 0x40000000,
855 .io_pg_offst = ((io_p2v(0x40000000) >> 18) & 0xfffc), 855 .io_pg_offst = ((io_p2v(0x40000000) >> 18) & 0xfffc),