diff options
Diffstat (limited to 'arch/arm/mach-orion5x/ts409-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/ts409-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/ts409-setup.c b/arch/arm/mach-orion5x/ts409-setup.c index cc33b2222ba..23c9e2e5e55 100644 --- a/arch/arm/mach-orion5x/ts409-setup.c +++ b/arch/arm/mach-orion5x/ts409-setup.c | |||
@@ -312,7 +312,7 @@ static void __init qnap_ts409_init(void) | |||
312 | 312 | ||
313 | MACHINE_START(TS409, "QNAP TS-409") | 313 | MACHINE_START(TS409, "QNAP TS-409") |
314 | /* Maintainer: Sylver Bruneau <sylver.bruneau@gmail.com> */ | 314 | /* Maintainer: Sylver Bruneau <sylver.bruneau@gmail.com> */ |
315 | .boot_params = 0x00000100, | 315 | .atag_offset = 0x100, |
316 | .init_machine = qnap_ts409_init, | 316 | .init_machine = qnap_ts409_init, |
317 | .map_io = orion5x_map_io, | 317 | .map_io = orion5x_map_io, |
318 | .init_early = orion5x_init_early, | 318 | .init_early = orion5x_init_early, |