ARM: mach-orion5x: convert boot_params to atag_offset
[deliverable/linux.git] / arch / arm / mach-orion5x / db88f5281-setup.c
index a3e3e9e5e328c7534ac2c1e753e52be7afaeb067..88432aba972c7d8bc374bddf3dfdaba5fe0fae76 100644 (file)
@@ -359,7 +359,7 @@ static void __init db88f5281_init(void)
 
 MACHINE_START(DB88F5281, "Marvell Orion-2 Development Board")
        /* Maintainer: Tzachi Perelstein <tzachi@marvell.com> */
-       .boot_params    = 0x00000100,
+       .atag_offset    = 0x100,
        .init_machine   = db88f5281_init,
        .map_io         = orion5x_map_io,
        .init_early     = orion5x_init_early,
This page took 0.03577 seconds and 5 git commands to generate.