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:54 -0400 |
commit | ade59318d1a015728b29730e969e96d84d012860 (patch) | |
tree | 7b072d512afa6507fc4a223f00f01e9c413519c5 /arch/arm/mach-ixp2000/ixdp2800.c | |
parent | e5c76c00e830d93d98105ac134346d93d80b656d (diff) |
ARM: mach-ixp2000: 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-ixp2000/ixdp2800.c')
-rw-r--r-- | arch/arm/mach-ixp2000/ixdp2800.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp2000/ixdp2800.c b/arch/arm/mach-ixp2000/ixdp2800.c index 3d3cef876467..d33bcac1ec92 100644 --- a/arch/arm/mach-ixp2000/ixdp2800.c +++ b/arch/arm/mach-ixp2000/ixdp2800.c | |||
@@ -286,7 +286,7 @@ void __init ixdp2800_init_irq(void) | |||
286 | 286 | ||
287 | MACHINE_START(IXDP2800, "Intel IXDP2800 Development Platform") | 287 | MACHINE_START(IXDP2800, "Intel IXDP2800 Development Platform") |
288 | /* Maintainer: MontaVista Software, Inc. */ | 288 | /* Maintainer: MontaVista Software, Inc. */ |
289 | .boot_params = 0x00000100, | 289 | .atag_offset = 0x100, |
290 | .map_io = ixdp2x00_map_io, | 290 | .map_io = ixdp2x00_map_io, |
291 | .init_irq = ixdp2800_init_irq, | 291 | .init_irq = ixdp2800_init_irq, |
292 | .timer = &ixdp2800_timer, | 292 | .timer = &ixdp2800_timer, |