diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:38:13 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 17:14:57 -0400 |
commit | 1b7bd28cbb1c139147f7338648417e6332af1683 (patch) | |
tree | a3e3fc08bcc9035e3e063f33850ae89aa3eb13a1 /arch/arm/mach-kirkwood/netspace_v2-setup.c | |
parent | e022c729da8d14e381c04264b07e11d9009d44ed (diff) |
ARM: mach-kirkwood: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-kirkwood/netspace_v2-setup.c')
-rw-r--r-- | arch/arm/mach-kirkwood/netspace_v2-setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-kirkwood/netspace_v2-setup.c b/arch/arm/mach-kirkwood/netspace_v2-setup.c index 7cdab5776452..8849bcc7328e 100644 --- a/arch/arm/mach-kirkwood/netspace_v2-setup.c +++ b/arch/arm/mach-kirkwood/netspace_v2-setup.c | |||
@@ -258,7 +258,7 @@ static void __init netspace_v2_init(void) | |||
258 | 258 | ||
259 | #ifdef CONFIG_MACH_NETSPACE_V2 | 259 | #ifdef CONFIG_MACH_NETSPACE_V2 |
260 | MACHINE_START(NETSPACE_V2, "LaCie Network Space v2") | 260 | MACHINE_START(NETSPACE_V2, "LaCie Network Space v2") |
261 | .boot_params = 0x00000100, | 261 | .atag_offset = 0x100, |
262 | .init_machine = netspace_v2_init, | 262 | .init_machine = netspace_v2_init, |
263 | .map_io = kirkwood_map_io, | 263 | .map_io = kirkwood_map_io, |
264 | .init_early = kirkwood_init_early, | 264 | .init_early = kirkwood_init_early, |
@@ -269,7 +269,7 @@ MACHINE_END | |||
269 | 269 | ||
270 | #ifdef CONFIG_MACH_INETSPACE_V2 | 270 | #ifdef CONFIG_MACH_INETSPACE_V2 |
271 | MACHINE_START(INETSPACE_V2, "LaCie Internet Space v2") | 271 | MACHINE_START(INETSPACE_V2, "LaCie Internet Space v2") |
272 | .boot_params = 0x00000100, | 272 | .atag_offset = 0x100, |
273 | .init_machine = netspace_v2_init, | 273 | .init_machine = netspace_v2_init, |
274 | .map_io = kirkwood_map_io, | 274 | .map_io = kirkwood_map_io, |
275 | .init_early = kirkwood_init_early, | 275 | .init_early = kirkwood_init_early, |
@@ -280,7 +280,7 @@ MACHINE_END | |||
280 | 280 | ||
281 | #ifdef CONFIG_MACH_NETSPACE_MAX_V2 | 281 | #ifdef CONFIG_MACH_NETSPACE_MAX_V2 |
282 | MACHINE_START(NETSPACE_MAX_V2, "LaCie Network Space Max v2") | 282 | MACHINE_START(NETSPACE_MAX_V2, "LaCie Network Space Max v2") |
283 | .boot_params = 0x00000100, | 283 | .atag_offset = 0x100, |
284 | .init_machine = netspace_v2_init, | 284 | .init_machine = netspace_v2_init, |
285 | .map_io = kirkwood_map_io, | 285 | .map_io = kirkwood_map_io, |
286 | .init_early = kirkwood_init_early, | 286 | .init_early = kirkwood_init_early, |