ARM: mach-orion5x: convert boot_params to atag_offset
[linux-2.6-block.git] / arch / arm / mach-orion5x / mv2120-setup.c
index 63ff10c3c46481cf4b24c6de55ba04598e2efd21..b3356ada64b9163fdb944e205204802bb9855d1d 100644 (file)
@@ -229,7 +229,7 @@ static void __init mv2120_init(void)
 /* Warning: HP uses a wrong mach-type (=526) in their bootloader */
 MACHINE_START(MV2120, "HP Media Vault mv2120")
        /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */
-       .boot_params    = 0x00000100,
+       .atag_offset    = 0x100,
        .init_machine   = mv2120_init,
        .map_io         = orion5x_map_io,
        .init_early     = orion5x_init_early,