ARM: mx3: use .init_early to initialize cpu type, reset address and iomuxer
[deliverable/linux.git] / arch / arm / mach-mx3 / mach-mx31lite.c
index 864aa4fce18364731c9332b16c9b71591583afc2..01e24b5045e44a33c8983f38be9e7604c4ab52dd 100644 (file)
@@ -281,9 +281,10 @@ struct sys_timer mx31lite_timer = {
 
 MACHINE_START(MX31LITE, "LogicPD i.MX31 SOM")
        /* Maintainer: Freescale Semiconductor, Inc. */
-       .boot_params    = MX3x_PHYS_OFFSET + 0x100,
-       .map_io         = mx31lite_map_io,
-       .init_irq       = mx31_init_irq,
-       .init_machine   = mxc_board_init,
-       .timer          = &mx31lite_timer,
+       .boot_params = MX3x_PHYS_OFFSET + 0x100,
+       .map_io = mx31lite_map_io,
+       .init_early = imx31_init_early,
+       .init_irq = mx31_init_irq,
+       .timer = &mx31lite_timer,
+       .init_machine = mxc_board_init,
 MACHINE_END
This page took 0.047234 seconds and 5 git commands to generate.