diff options
Diffstat (limited to 'arch/arm/mach-mx3/mach-mx31ads.c')
-rw-r--r-- | arch/arm/mach-mx3/mach-mx31ads.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm/mach-mx3/mach-mx31ads.c b/arch/arm/mach-mx3/mach-mx31ads.c index e40eb6e26940..787bdc4d6cc8 100644 --- a/arch/arm/mach-mx3/mach-mx31ads.c +++ b/arch/arm/mach-mx3/mach-mx31ads.c | |||
@@ -550,9 +550,10 @@ static struct sys_timer mx31ads_timer = { | |||
550 | */ | 550 | */ |
551 | MACHINE_START(MX31ADS, "Freescale MX31ADS") | 551 | MACHINE_START(MX31ADS, "Freescale MX31ADS") |
552 | /* Maintainer: Freescale Semiconductor, Inc. */ | 552 | /* Maintainer: Freescale Semiconductor, Inc. */ |
553 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 553 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
554 | .map_io = mx31ads_map_io, | 554 | .map_io = mx31ads_map_io, |
555 | .init_irq = mx31ads_init_irq, | 555 | .init_early = imx31_init_early, |
556 | .init_machine = mxc_board_init, | 556 | .init_irq = mx31ads_init_irq, |
557 | .timer = &mx31ads_timer, | 557 | .timer = &mx31ads_timer, |
558 | .init_machine = mxc_board_init, | ||
558 | MACHINE_END | 559 | MACHINE_END |