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/ixdp2400.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/ixdp2400.c')
-rw-r--r-- | arch/arm/mach-ixp2000/ixdp2400.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp2000/ixdp2400.c b/arch/arm/mach-ixp2000/ixdp2400.c index 5bad1a8419b7..f7dfd9700141 100644 --- a/arch/arm/mach-ixp2000/ixdp2400.c +++ b/arch/arm/mach-ixp2000/ixdp2400.c | |||
@@ -171,7 +171,7 @@ void __init ixdp2400_init_irq(void) | |||
171 | 171 | ||
172 | MACHINE_START(IXDP2400, "Intel IXDP2400 Development Platform") | 172 | MACHINE_START(IXDP2400, "Intel IXDP2400 Development Platform") |
173 | /* Maintainer: MontaVista Software, Inc. */ | 173 | /* Maintainer: MontaVista Software, Inc. */ |
174 | .boot_params = 0x00000100, | 174 | .atag_offset = 0x100, |
175 | .map_io = ixdp2x00_map_io, | 175 | .map_io = ixdp2x00_map_io, |
176 | .init_irq = ixdp2400_init_irq, | 176 | .init_irq = ixdp2400_init_irq, |
177 | .timer = &ixdp2400_timer, | 177 | .timer = &ixdp2400_timer, |