diff options
Diffstat (limited to 'arch/arm/mach-orion5x/kurobox_pro-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/kurobox_pro-setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/kurobox_pro-setup.c b/arch/arm/mach-orion5x/kurobox_pro-setup.c index 00381249d766..9115511dc035 100644 --- a/arch/arm/mach-orion5x/kurobox_pro-setup.c +++ b/arch/arm/mach-orion5x/kurobox_pro-setup.c | |||
@@ -380,7 +380,7 @@ static void __init kurobox_pro_init(void) | |||
380 | #ifdef CONFIG_MACH_KUROBOX_PRO | 380 | #ifdef CONFIG_MACH_KUROBOX_PRO |
381 | MACHINE_START(KUROBOX_PRO, "Buffalo/Revogear Kurobox Pro") | 381 | MACHINE_START(KUROBOX_PRO, "Buffalo/Revogear Kurobox Pro") |
382 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ | 382 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ |
383 | .boot_params = 0x00000100, | 383 | .atag_offset = 0x100, |
384 | .init_machine = kurobox_pro_init, | 384 | .init_machine = kurobox_pro_init, |
385 | .map_io = orion5x_map_io, | 385 | .map_io = orion5x_map_io, |
386 | .init_early = orion5x_init_early, | 386 | .init_early = orion5x_init_early, |
@@ -393,7 +393,7 @@ MACHINE_END | |||
393 | #ifdef CONFIG_MACH_LINKSTATION_PRO | 393 | #ifdef CONFIG_MACH_LINKSTATION_PRO |
394 | MACHINE_START(LINKSTATION_PRO, "Buffalo Linkstation Pro/Live") | 394 | MACHINE_START(LINKSTATION_PRO, "Buffalo Linkstation Pro/Live") |
395 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ | 395 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ |
396 | .boot_params = 0x00000100, | 396 | .atag_offset = 0x100, |
397 | .init_machine = kurobox_pro_init, | 397 | .init_machine = kurobox_pro_init, |
398 | .map_io = orion5x_map_io, | 398 | .map_io = orion5x_map_io, |
399 | .init_early = orion5x_init_early, | 399 | .init_early = orion5x_init_early, |