diff options
Diffstat (limited to 'arch/arm/mach-orion5x/rd88f5182-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/rd88f5182-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/rd88f5182-setup.c b/arch/arm/mach-orion5x/rd88f5182-setup.c index 27fd38e658bd..1903d25ecae9 100644 --- a/arch/arm/mach-orion5x/rd88f5182-setup.c +++ b/arch/arm/mach-orion5x/rd88f5182-setup.c | |||
@@ -306,7 +306,7 @@ static void __init rd88f5182_init(void) | |||
306 | 306 | ||
307 | MACHINE_START(RD88F5182, "Marvell Orion-NAS Reference Design") | 307 | MACHINE_START(RD88F5182, "Marvell Orion-NAS Reference Design") |
308 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ | 308 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ |
309 | .boot_params = 0x00000100, | 309 | .atag_offset = 0x100, |
310 | .init_machine = rd88f5182_init, | 310 | .init_machine = rd88f5182_init, |
311 | .map_io = orion5x_map_io, | 311 | .map_io = orion5x_map_io, |
312 | .init_early = orion5x_init_early, | 312 | .init_early = orion5x_init_early, |