diff options
Diffstat (limited to 'arch/arm/mach-orion5x/terastation_pro2-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/terastation_pro2-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/terastation_pro2-setup.c b/arch/arm/mach-orion5x/terastation_pro2-setup.c index c9dd31d34866..29f1526f7b70 100644 --- a/arch/arm/mach-orion5x/terastation_pro2-setup.c +++ b/arch/arm/mach-orion5x/terastation_pro2-setup.c | |||
@@ -357,7 +357,7 @@ static void __init tsp2_init(void) | |||
357 | 357 | ||
358 | MACHINE_START(TERASTATION_PRO2, "Buffalo Terastation Pro II/Live") | 358 | MACHINE_START(TERASTATION_PRO2, "Buffalo Terastation Pro II/Live") |
359 | /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ | 359 | /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ |
360 | .boot_params = 0x00000100, | 360 | .atag_offset = 0x100, |
361 | .init_machine = tsp2_init, | 361 | .init_machine = tsp2_init, |
362 | .map_io = orion5x_map_io, | 362 | .map_io = orion5x_map_io, |
363 | .init_early = orion5x_init_early, | 363 | .init_early = orion5x_init_early, |