ARM: mach-prima2: convert boot_params to atag_offset
authorNicolas Pitre <[email protected]>
Wed, 6 Jul 2011 02:38:18 +0000 (22:38 -0400)
committerNicolas Pitre <[email protected]>
Sun, 21 Aug 2011 21:15:23 +0000 (17:15 -0400)
Signed-off-by: Nicolas Pitre <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
arch/arm/mach-prima2/prima2.c

index f57124bdd1439e2d366a2be01a100164910793e5..5654a04319fdbded5c14aa1147903fac288b5485 100644 (file)
@@ -31,7 +31,7 @@ static const char *prima2cb_dt_match[] __initdata = {
 
 MACHINE_START(PRIMA2_EVB, "prima2cb")
        /* Maintainer: Barry Song <[email protected]> */
-       .boot_params    = 0x00000100,
+       .atag_offset    = 0x100,
        .init_early     = sirfsoc_of_clk_init,
        .map_io         = sirfsoc_map_lluart,
        .init_irq       = sirfsoc_of_irq_init,