ARM: mach-orion5x: convert boot_params to atag_offset
[deliverable/linux.git] / arch / arm / mach-orion5x / rd88f5182-setup.c
index 27fd38e658bd882f620999f80bd702ec32feff30..1903d25ecae9bf4f0ebc47219a106a1a5112b53b 100644 (file)
@@ -306,7 +306,7 @@ static void __init rd88f5182_init(void)
 
 MACHINE_START(RD88F5182, "Marvell Orion-NAS Reference Design")
        /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */
-       .boot_params    = 0x00000100,
+       .atag_offset    = 0x100,
        .init_machine   = rd88f5182_init,
        .map_io         = orion5x_map_io,
        .init_early     = orion5x_init_early,
This page took 0.023645 seconds and 5 git commands to generate.