diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-02-07 10:35:21 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-10 08:23:49 -0500 |
commit | ab130421269aec9bf83d8ef5b7ceda80e2619599 (patch) | |
tree | 46c0acbead33b9d4bfb4be32d5777ce4afdf7413 /arch/arm/mach-mx5/board-mx53_evk.c | |
parent | 97976e223be3091a91da103358c3c6cffff7db81 (diff) |
ARM: mx5: use .init_early to initialize cpu type, reset address and iomuxer
This used to be done in .map_io which is supposed to only setup the
memory mapping.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/board-mx53_evk.c')
-rw-r--r-- | arch/arm/mach-mx5/board-mx53_evk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/board-mx53_evk.c b/arch/arm/mach-mx5/board-mx53_evk.c index 49780079f59e..8ed316bc5260 100644 --- a/arch/arm/mach-mx5/board-mx53_evk.c +++ b/arch/arm/mach-mx5/board-mx53_evk.c | |||
@@ -150,7 +150,8 @@ static struct sys_timer mx53_evk_timer = { | |||
150 | 150 | ||
151 | MACHINE_START(MX53_EVK, "Freescale MX53 EVK Board") | 151 | MACHINE_START(MX53_EVK, "Freescale MX53 EVK Board") |
152 | .map_io = mx53_map_io, | 152 | .map_io = mx53_map_io, |
153 | .init_early = imx53_init_early, | ||
153 | .init_irq = mx53_init_irq, | 154 | .init_irq = mx53_init_irq, |
154 | .init_machine = mx53_evk_board_init, | ||
155 | .timer = &mx53_evk_timer, | 155 | .timer = &mx53_evk_timer, |
156 | .init_machine = mx53_evk_board_init, | ||
156 | MACHINE_END | 157 | MACHINE_END |