|
@@ -380,7 +380,7 @@ static void __init kurobox_pro_init(void)
|
|
|
#ifdef CONFIG_MACH_KUROBOX_PRO
|
|
|
MACHINE_START(KUROBOX_PRO, "Buffalo/Revogear Kurobox Pro")
|
|
|
/* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */
|
|
|
- .boot_params = 0x00000100,
|
|
|
+ .atag_offset = 0x100,
|
|
|
.init_machine = kurobox_pro_init,
|
|
|
.map_io = orion5x_map_io,
|
|
|
.init_early = orion5x_init_early,
|
|
@@ -393,7 +393,7 @@ MACHINE_END
|
|
|
#ifdef CONFIG_MACH_LINKSTATION_PRO
|
|
|
MACHINE_START(LINKSTATION_PRO, "Buffalo Linkstation Pro/Live")
|
|
|
/* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */
|
|
|
- .boot_params = 0x00000100,
|
|
|
+ .atag_offset = 0x100,
|
|
|
.init_machine = kurobox_pro_init,
|
|
|
.map_io = orion5x_map_io,
|
|
|
.init_early = orion5x_init_early,
|