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 f88f54bb7562..d3cd3f63258a 100644 --- a/arch/arm/mach-orion5x/kurobox_pro-setup.c +++ b/arch/arm/mach-orion5x/kurobox_pro-setup.c | |||
| @@ -379,7 +379,7 @@ static void __init kurobox_pro_init(void) | |||
| 379 | #ifdef CONFIG_MACH_KUROBOX_PRO | 379 | #ifdef CONFIG_MACH_KUROBOX_PRO |
| 380 | MACHINE_START(KUROBOX_PRO, "Buffalo/Revogear Kurobox Pro") | 380 | MACHINE_START(KUROBOX_PRO, "Buffalo/Revogear Kurobox Pro") |
| 381 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ | 381 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ |
| 382 | .boot_params = 0x00000100, | 382 | .atag_offset = 0x100, |
| 383 | .init_machine = kurobox_pro_init, | 383 | .init_machine = kurobox_pro_init, |
| 384 | .map_io = orion5x_map_io, | 384 | .map_io = orion5x_map_io, |
| 385 | .init_early = orion5x_init_early, | 385 | .init_early = orion5x_init_early, |
| @@ -392,7 +392,7 @@ MACHINE_END | |||
| 392 | #ifdef CONFIG_MACH_LINKSTATION_PRO | 392 | #ifdef CONFIG_MACH_LINKSTATION_PRO |
| 393 | MACHINE_START(LINKSTATION_PRO, "Buffalo Linkstation Pro/Live") | 393 | MACHINE_START(LINKSTATION_PRO, "Buffalo Linkstation Pro/Live") |
| 394 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ | 394 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ |
| 395 | .boot_params = 0x00000100, | 395 | .atag_offset = 0x100, |
| 396 | .init_machine = kurobox_pro_init, | 396 | .init_machine = kurobox_pro_init, |
| 397 | .map_io = orion5x_map_io, | 397 | .map_io = orion5x_map_io, |
| 398 | .init_early = orion5x_init_early, | 398 | .init_early = orion5x_init_early, |
