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 | |
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')
-rw-r--r-- | arch/arm/mach-ixp2000/enp2611.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-ixp2000/ixdp2400.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-ixp2000/ixdp2800.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-ixp2000/ixdp2x01.c | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-ixp2000/enp2611.c b/arch/arm/mach-ixp2000/enp2611.c index 62c60ade5274..af9994537e01 100644 --- a/arch/arm/mach-ixp2000/enp2611.c +++ b/arch/arm/mach-ixp2000/enp2611.c | |||
@@ -254,7 +254,7 @@ static void __init enp2611_init_machine(void) | |||
254 | 254 | ||
255 | MACHINE_START(ENP2611, "Radisys ENP-2611 PCI network processor board") | 255 | MACHINE_START(ENP2611, "Radisys ENP-2611 PCI network processor board") |
256 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 256 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
257 | .boot_params = 0x00000100, | 257 | .atag_offset = 0x100, |
258 | .map_io = enp2611_map_io, | 258 | .map_io = enp2611_map_io, |
259 | .init_irq = ixp2000_init_irq, | 259 | .init_irq = ixp2000_init_irq, |
260 | .timer = &enp2611_timer, | 260 | .timer = &enp2611_timer, |
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, |
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, |
diff --git a/arch/arm/mach-ixp2000/ixdp2x01.c b/arch/arm/mach-ixp2000/ixdp2x01.c index be2a254f1374..61a28676b5be 100644 --- a/arch/arm/mach-ixp2000/ixdp2x01.c +++ b/arch/arm/mach-ixp2000/ixdp2x01.c | |||
@@ -417,7 +417,7 @@ static void __init ixdp2x01_init_machine(void) | |||
417 | #ifdef CONFIG_ARCH_IXDP2401 | 417 | #ifdef CONFIG_ARCH_IXDP2401 |
418 | MACHINE_START(IXDP2401, "Intel IXDP2401 Development Platform") | 418 | MACHINE_START(IXDP2401, "Intel IXDP2401 Development Platform") |
419 | /* Maintainer: MontaVista Software, Inc. */ | 419 | /* Maintainer: MontaVista Software, Inc. */ |
420 | .boot_params = 0x00000100, | 420 | .atag_offset = 0x100, |
421 | .map_io = ixdp2x01_map_io, | 421 | .map_io = ixdp2x01_map_io, |
422 | .init_irq = ixdp2x01_init_irq, | 422 | .init_irq = ixdp2x01_init_irq, |
423 | .timer = &ixdp2x01_timer, | 423 | .timer = &ixdp2x01_timer, |
@@ -428,7 +428,7 @@ MACHINE_END | |||
428 | #ifdef CONFIG_ARCH_IXDP2801 | 428 | #ifdef CONFIG_ARCH_IXDP2801 |
429 | MACHINE_START(IXDP2801, "Intel IXDP2801 Development Platform") | 429 | MACHINE_START(IXDP2801, "Intel IXDP2801 Development Platform") |
430 | /* Maintainer: MontaVista Software, Inc. */ | 430 | /* Maintainer: MontaVista Software, Inc. */ |
431 | .boot_params = 0x00000100, | 431 | .atag_offset = 0x100, |
432 | .map_io = ixdp2x01_map_io, | 432 | .map_io = ixdp2x01_map_io, |
433 | .init_irq = ixdp2x01_init_irq, | 433 | .init_irq = ixdp2x01_init_irq, |
434 | .timer = &ixdp2x01_timer, | 434 | .timer = &ixdp2x01_timer, |
@@ -441,7 +441,7 @@ MACHINE_END | |||
441 | */ | 441 | */ |
442 | MACHINE_START(IXDP28X5, "Intel IXDP2805/2855 Development Platform") | 442 | MACHINE_START(IXDP28X5, "Intel IXDP2805/2855 Development Platform") |
443 | /* Maintainer: MontaVista Software, Inc. */ | 443 | /* Maintainer: MontaVista Software, Inc. */ |
444 | .boot_params = 0x00000100, | 444 | .atag_offset = 0x100, |
445 | .map_io = ixdp2x01_map_io, | 445 | .map_io = ixdp2x01_map_io, |
446 | .init_irq = ixdp2x01_init_irq, | 446 | .init_irq = ixdp2x01_init_irq, |
447 | .timer = &ixdp2x01_timer, | 447 | .timer = &ixdp2x01_timer, |