ARM: mx3: use .init_early to initialize cpu type, reset address and iomuxer
[deliverable/linux.git] / arch / arm / mach-mx3 / mach-kzm_arm11_01.c
index a5f3eb24e4d5059f499850eb095854e101b6f1db..52b8dd7192c627bbdf0dd43344f6944ec676d75a 100644 (file)
@@ -274,9 +274,10 @@ static struct sys_timer kzm_timer = {
  * initialize __mach_desc_KZM_ARM11_01 data structure.
  */
 MACHINE_START(KZM_ARM11_01, "Kyoto Microcomputer Co., Ltd. KZM-ARM11-01")
-       .boot_params    = MX3x_PHYS_OFFSET + 0x100,
-       .map_io         = kzm_map_io,
-       .init_irq       = mx31_init_irq,
-       .init_machine   = kzm_board_init,
-       .timer          = &kzm_timer,
+       .boot_params = MX3x_PHYS_OFFSET + 0x100,
+       .map_io = kzm_map_io,
+       .init_early = imx31_init_early,
+       .init_irq = mx31_init_irq,
+       .timer = &kzm_timer,
+       .init_machine = kzm_board_init,
 MACHINE_END
This page took 0.03564 seconds and 5 git commands to generate.