Commit 246e389d authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre

ARM: mach-omap1: convert boot_params to atag_offset

Signed-off-by: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 03150fb6
...@@ -386,7 +386,7 @@ static void __init ams_delta_map_io(void) ...@@ -386,7 +386,7 @@ static void __init ams_delta_map_io(void)
MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)") MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)")
/* Maintainer: Jonathan McDowell <noodles@earth.li> */ /* Maintainer: Jonathan McDowell <noodles@earth.li> */
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = ams_delta_map_io, .map_io = ams_delta_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = ams_delta_init_irq, .init_irq = ams_delta_init_irq,
......
...@@ -389,7 +389,7 @@ static void __init omap_fsample_map_io(void) ...@@ -389,7 +389,7 @@ static void __init omap_fsample_map_io(void)
MACHINE_START(OMAP_FSAMPLE, "OMAP730 F-Sample") MACHINE_START(OMAP_FSAMPLE, "OMAP730 F-Sample")
/* Maintainer: Brian Swetland <swetland@google.com> */ /* Maintainer: Brian Swetland <swetland@google.com> */
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = omap_fsample_map_io, .map_io = omap_fsample_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = omap_fsample_init_irq, .init_irq = omap_fsample_init_irq,
......
...@@ -94,7 +94,7 @@ static void __init omap_generic_map_io(void) ...@@ -94,7 +94,7 @@ static void __init omap_generic_map_io(void)
MACHINE_START(OMAP_GENERIC, "Generic OMAP1510/1610/1710") MACHINE_START(OMAP_GENERIC, "Generic OMAP1510/1610/1710")
/* Maintainer: Tony Lindgren <tony@atomide.com> */ /* Maintainer: Tony Lindgren <tony@atomide.com> */
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = omap_generic_map_io, .map_io = omap_generic_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = omap_generic_init_irq, .init_irq = omap_generic_init_irq,
......
...@@ -461,7 +461,7 @@ static void __init h2_map_io(void) ...@@ -461,7 +461,7 @@ static void __init h2_map_io(void)
MACHINE_START(OMAP_H2, "TI-H2") MACHINE_START(OMAP_H2, "TI-H2")
/* Maintainer: Imre Deak <imre.deak@nokia.com> */ /* Maintainer: Imre Deak <imre.deak@nokia.com> */
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = h2_map_io, .map_io = h2_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = h2_init_irq, .init_irq = h2_init_irq,
......
...@@ -449,7 +449,7 @@ static void __init h3_map_io(void) ...@@ -449,7 +449,7 @@ static void __init h3_map_io(void)
MACHINE_START(OMAP_H3, "TI OMAP1710 H3 board") MACHINE_START(OMAP_H3, "TI OMAP1710 H3 board")
/* Maintainer: Texas Instruments, Inc. */ /* Maintainer: Texas Instruments, Inc. */
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = h3_map_io, .map_io = h3_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = h3_init_irq, .init_irq = h3_init_irq,
......
...@@ -611,7 +611,7 @@ static void __init htcherald_init_irq(void) ...@@ -611,7 +611,7 @@ static void __init htcherald_init_irq(void)
MACHINE_START(HERALD, "HTC Herald") MACHINE_START(HERALD, "HTC Herald")
/* Maintainer: Cory Maccarrone <darkstar6262@gmail.com> */ /* Maintainer: Cory Maccarrone <darkstar6262@gmail.com> */
/* Maintainer: wing-linux.sourceforge.net */ /* Maintainer: wing-linux.sourceforge.net */
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = htcherald_map_io, .map_io = htcherald_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = htcherald_init_irq, .init_irq = htcherald_init_irq,
......
...@@ -459,7 +459,7 @@ static void __init innovator_map_io(void) ...@@ -459,7 +459,7 @@ static void __init innovator_map_io(void)
MACHINE_START(OMAP_INNOVATOR, "TI-Innovator") MACHINE_START(OMAP_INNOVATOR, "TI-Innovator")
/* Maintainer: MontaVista Software, Inc. */ /* Maintainer: MontaVista Software, Inc. */
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = innovator_map_io, .map_io = innovator_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = innovator_init_irq, .init_irq = innovator_init_irq,
......
...@@ -264,7 +264,7 @@ static void __init omap_nokia770_map_io(void) ...@@ -264,7 +264,7 @@ static void __init omap_nokia770_map_io(void)
} }
MACHINE_START(NOKIA770, "Nokia 770") MACHINE_START(NOKIA770, "Nokia 770")
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = omap_nokia770_map_io, .map_io = omap_nokia770_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = omap_nokia770_init_irq, .init_irq = omap_nokia770_init_irq,
......
...@@ -583,7 +583,7 @@ static void __init osk_map_io(void) ...@@ -583,7 +583,7 @@ static void __init osk_map_io(void)
MACHINE_START(OMAP_OSK, "TI-OSK") MACHINE_START(OMAP_OSK, "TI-OSK")
/* Maintainer: Dirk Behme <dirk.behme@de.bosch.com> */ /* Maintainer: Dirk Behme <dirk.behme@de.bosch.com> */
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = osk_map_io, .map_io = osk_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = osk_init_irq, .init_irq = osk_init_irq,
......
...@@ -275,7 +275,7 @@ static void __init omap_palmte_map_io(void) ...@@ -275,7 +275,7 @@ static void __init omap_palmte_map_io(void)
} }
MACHINE_START(OMAP_PALMTE, "OMAP310 based Palm Tungsten E") MACHINE_START(OMAP_PALMTE, "OMAP310 based Palm Tungsten E")
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = omap_palmte_map_io, .map_io = omap_palmte_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = omap_palmte_init_irq, .init_irq = omap_palmte_init_irq,
......
...@@ -321,7 +321,7 @@ static void __init omap_palmtt_map_io(void) ...@@ -321,7 +321,7 @@ static void __init omap_palmtt_map_io(void)
} }
MACHINE_START(OMAP_PALMTT, "OMAP1510 based Palm Tungsten|T") MACHINE_START(OMAP_PALMTT, "OMAP1510 based Palm Tungsten|T")
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = omap_palmtt_map_io, .map_io = omap_palmtt_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = omap_palmtt_init_irq, .init_irq = omap_palmtt_init_irq,
......
...@@ -341,7 +341,7 @@ omap_palmz71_map_io(void) ...@@ -341,7 +341,7 @@ omap_palmz71_map_io(void)
} }
MACHINE_START(OMAP_PALMZ71, "OMAP310 based Palm Zire71") MACHINE_START(OMAP_PALMZ71, "OMAP310 based Palm Zire71")
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = omap_palmz71_map_io, .map_io = omap_palmz71_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = omap_palmz71_init_irq, .init_irq = omap_palmz71_init_irq,
......
...@@ -350,7 +350,7 @@ static void __init omap_perseus2_map_io(void) ...@@ -350,7 +350,7 @@ static void __init omap_perseus2_map_io(void)
MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2") MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2")
/* Maintainer: Kevin Hilman <kjh@hilman.org> */ /* Maintainer: Kevin Hilman <kjh@hilman.org> */
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = omap_perseus2_map_io, .map_io = omap_perseus2_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = omap_perseus2_init_irq, .init_irq = omap_perseus2_init_irq,
......
...@@ -421,7 +421,7 @@ static void __init omap_sx1_map_io(void) ...@@ -421,7 +421,7 @@ static void __init omap_sx1_map_io(void)
} }
MACHINE_START(SX1, "OMAP310 based Siemens SX1") MACHINE_START(SX1, "OMAP310 based Siemens SX1")
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = omap_sx1_map_io, .map_io = omap_sx1_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = omap_sx1_init_irq, .init_irq = omap_sx1_init_irq,
......
...@@ -301,7 +301,7 @@ static void __init voiceblue_init(void) ...@@ -301,7 +301,7 @@ static void __init voiceblue_init(void)
MACHINE_START(VOICEBLUE, "VoiceBlue OMAP5910") MACHINE_START(VOICEBLUE, "VoiceBlue OMAP5910")
/* Maintainer: Ladislav Michl <michl@2n.cz> */ /* Maintainer: Ladislav Michl <michl@2n.cz> */
.boot_params = 0x10000100, .atag_offset = 0x100,
.map_io = voiceblue_map_io, .map_io = voiceblue_map_io,
.reserve = omap_reserve, .reserve = omap_reserve,
.init_irq = voiceblue_init_irq, .init_irq = voiceblue_init_irq,
......
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