diff options
Diffstat (limited to 'arch/arm/mach-mx3/mx31moboard.c')
-rw-r--r-- | arch/arm/mach-mx3/mx31moboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mx3/mx31moboard.c b/arch/arm/mach-mx3/mx31moboard.c index cfd605d078ec..9428827f8944 100644 --- a/arch/arm/mach-mx3/mx31moboard.c +++ b/arch/arm/mach-mx3/mx31moboard.c | |||
@@ -569,8 +569,8 @@ struct sys_timer mx31moboard_timer = { | |||
569 | 569 | ||
570 | MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") | 570 | MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") |
571 | /* Maintainer: Valentin Longchamp, EPFL Mobots group */ | 571 | /* Maintainer: Valentin Longchamp, EPFL Mobots group */ |
572 | .phys_io = AIPS1_BASE_ADDR, | 572 | .phys_io = MX31_AIPS1_BASE_ADDR, |
573 | .io_pg_offst = ((AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | 573 | .io_pg_offst = ((MX31_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, |
574 | .boot_params = PHYS_OFFSET + 0x100, | 574 | .boot_params = PHYS_OFFSET + 0x100, |
575 | .map_io = mx31_map_io, | 575 | .map_io = mx31_map_io, |
576 | .init_irq = mx31_init_irq, | 576 | .init_irq = mx31_init_irq, |