ARM: mach-mx5: convert boot_params to atag_offset
[deliverable/linux.git] / arch / arm / mach-mx5 / board-mx51_babbage.c
index 11b0ff67f89d5f2eaca8e04b46307ab955decba1..468926a48fe0051ff62cca423cf57c2213505729 100644 (file)
@@ -416,7 +416,7 @@ static struct sys_timer mx51_babbage_timer = {
 
 MACHINE_START(MX51_BABBAGE, "Freescale MX51 Babbage Board")
        /* Maintainer: Amit Kucheria <amit.kucheria@canonical.com> */
-       .boot_params = MX51_PHYS_OFFSET + 0x100,
+       .atag_offset = 0x100,
        .map_io = mx51_map_io,
        .init_early = imx51_init_early,
        .init_irq = mx51_init_irq,
This page took 0.025504 seconds and 5 git commands to generate.