Commit ade59318 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre

ARM: mach-ixp2000: convert boot_params to atag_offset

Signed-off-by: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent e5c76c00
...@@ -254,7 +254,7 @@ static void __init enp2611_init_machine(void) ...@@ -254,7 +254,7 @@ static void __init enp2611_init_machine(void)
MACHINE_START(ENP2611, "Radisys ENP-2611 PCI network processor board") MACHINE_START(ENP2611, "Radisys ENP-2611 PCI network processor board")
/* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
.boot_params = 0x00000100, .atag_offset = 0x100,
.map_io = enp2611_map_io, .map_io = enp2611_map_io,
.init_irq = ixp2000_init_irq, .init_irq = ixp2000_init_irq,
.timer = &enp2611_timer, .timer = &enp2611_timer,
......
...@@ -171,7 +171,7 @@ void __init ixdp2400_init_irq(void) ...@@ -171,7 +171,7 @@ void __init ixdp2400_init_irq(void)
MACHINE_START(IXDP2400, "Intel IXDP2400 Development Platform") MACHINE_START(IXDP2400, "Intel IXDP2400 Development Platform")
/* Maintainer: MontaVista Software, Inc. */ /* Maintainer: MontaVista Software, Inc. */
.boot_params = 0x00000100, .atag_offset = 0x100,
.map_io = ixdp2x00_map_io, .map_io = ixdp2x00_map_io,
.init_irq = ixdp2400_init_irq, .init_irq = ixdp2400_init_irq,
.timer = &ixdp2400_timer, .timer = &ixdp2400_timer,
......
...@@ -286,7 +286,7 @@ void __init ixdp2800_init_irq(void) ...@@ -286,7 +286,7 @@ void __init ixdp2800_init_irq(void)
MACHINE_START(IXDP2800, "Intel IXDP2800 Development Platform") MACHINE_START(IXDP2800, "Intel IXDP2800 Development Platform")
/* Maintainer: MontaVista Software, Inc. */ /* Maintainer: MontaVista Software, Inc. */
.boot_params = 0x00000100, .atag_offset = 0x100,
.map_io = ixdp2x00_map_io, .map_io = ixdp2x00_map_io,
.init_irq = ixdp2800_init_irq, .init_irq = ixdp2800_init_irq,
.timer = &ixdp2800_timer, .timer = &ixdp2800_timer,
......
...@@ -417,7 +417,7 @@ static void __init ixdp2x01_init_machine(void) ...@@ -417,7 +417,7 @@ static void __init ixdp2x01_init_machine(void)
#ifdef CONFIG_ARCH_IXDP2401 #ifdef CONFIG_ARCH_IXDP2401
MACHINE_START(IXDP2401, "Intel IXDP2401 Development Platform") MACHINE_START(IXDP2401, "Intel IXDP2401 Development Platform")
/* Maintainer: MontaVista Software, Inc. */ /* Maintainer: MontaVista Software, Inc. */
.boot_params = 0x00000100, .atag_offset = 0x100,
.map_io = ixdp2x01_map_io, .map_io = ixdp2x01_map_io,
.init_irq = ixdp2x01_init_irq, .init_irq = ixdp2x01_init_irq,
.timer = &ixdp2x01_timer, .timer = &ixdp2x01_timer,
...@@ -428,7 +428,7 @@ MACHINE_END ...@@ -428,7 +428,7 @@ MACHINE_END
#ifdef CONFIG_ARCH_IXDP2801 #ifdef CONFIG_ARCH_IXDP2801
MACHINE_START(IXDP2801, "Intel IXDP2801 Development Platform") MACHINE_START(IXDP2801, "Intel IXDP2801 Development Platform")
/* Maintainer: MontaVista Software, Inc. */ /* Maintainer: MontaVista Software, Inc. */
.boot_params = 0x00000100, .atag_offset = 0x100,
.map_io = ixdp2x01_map_io, .map_io = ixdp2x01_map_io,
.init_irq = ixdp2x01_init_irq, .init_irq = ixdp2x01_init_irq,
.timer = &ixdp2x01_timer, .timer = &ixdp2x01_timer,
...@@ -441,7 +441,7 @@ MACHINE_END ...@@ -441,7 +441,7 @@ MACHINE_END
*/ */
MACHINE_START(IXDP28X5, "Intel IXDP2805/2855 Development Platform") MACHINE_START(IXDP28X5, "Intel IXDP2805/2855 Development Platform")
/* Maintainer: MontaVista Software, Inc. */ /* Maintainer: MontaVista Software, Inc. */
.boot_params = 0x00000100, .atag_offset = 0x100,
.map_io = ixdp2x01_map_io, .map_io = ixdp2x01_map_io,
.init_irq = ixdp2x01_init_irq, .init_irq = ixdp2x01_init_irq,
.timer = &ixdp2x01_timer, .timer = &ixdp2x01_timer,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment