diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-10-08 15:07:42 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-08 15:07:42 -0400 |
commit | 71f2c153755442c05d15cd025484f676a5f3541f (patch) | |
tree | fe48af6ddc33da7a0aaf1a16ed9feeafa4a8e1e1 /arch/arm/mach-mx5 | |
parent | 8efc59ad6764ade520012cb192cd484e5191cd9c (diff) | |
parent | c825dda905bac330c2da7fabdf5c0ac28758b3cd (diff) |
Merge branch 'depends/rmk/devel-stable' into next/cleanup
Diffstat (limited to 'arch/arm/mach-mx5')
-rw-r--r-- | arch/arm/mach-mx5/board-cpuimx51.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-mx5/board-cpuimx51sd.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-mx5/board-mx51_3ds.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-mx5/board-mx51_babbage.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-mx5/board-mx51_efikamx.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-mx5/board-mx51_efikasb.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-mx5/board-cpuimx51.c b/arch/arm/mach-mx5/board-cpuimx51.c index b0a140a03e5d..190a6e73ec7b 100644 --- a/arch/arm/mach-mx5/board-cpuimx51.c +++ b/arch/arm/mach-mx5/board-cpuimx51.c | |||
@@ -290,7 +290,7 @@ static struct sys_timer mxc_timer = { | |||
290 | 290 | ||
291 | MACHINE_START(EUKREA_CPUIMX51, "Eukrea CPUIMX51 Module") | 291 | MACHINE_START(EUKREA_CPUIMX51, "Eukrea CPUIMX51 Module") |
292 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ | 292 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ |
293 | .boot_params = MX51_PHYS_OFFSET + 0x100, | 293 | .atag_offset = 0x100, |
294 | .map_io = mx51_map_io, | 294 | .map_io = mx51_map_io, |
295 | .init_early = imx51_init_early, | 295 | .init_early = imx51_init_early, |
296 | .init_irq = mx51_init_irq, | 296 | .init_irq = mx51_init_irq, |
diff --git a/arch/arm/mach-mx5/board-cpuimx51sd.c b/arch/arm/mach-mx5/board-cpuimx51sd.c index 452a08727166..72410d201f88 100644 --- a/arch/arm/mach-mx5/board-cpuimx51sd.c +++ b/arch/arm/mach-mx5/board-cpuimx51sd.c | |||
@@ -328,7 +328,7 @@ static struct sys_timer mxc_timer = { | |||
328 | 328 | ||
329 | MACHINE_START(EUKREA_CPUIMX51SD, "Eukrea CPUIMX51SD") | 329 | MACHINE_START(EUKREA_CPUIMX51SD, "Eukrea CPUIMX51SD") |
330 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ | 330 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ |
331 | .boot_params = MX51_PHYS_OFFSET + 0x100, | 331 | .atag_offset = 0x100, |
332 | .map_io = mx51_map_io, | 332 | .map_io = mx51_map_io, |
333 | .init_early = imx51_init_early, | 333 | .init_early = imx51_init_early, |
334 | .init_irq = mx51_init_irq, | 334 | .init_irq = mx51_init_irq, |
diff --git a/arch/arm/mach-mx5/board-mx51_3ds.c b/arch/arm/mach-mx5/board-mx51_3ds.c index e5db7c1af5da..f988be7324fb 100644 --- a/arch/arm/mach-mx5/board-mx51_3ds.c +++ b/arch/arm/mach-mx5/board-mx51_3ds.c | |||
@@ -168,7 +168,7 @@ static struct sys_timer mx51_3ds_timer = { | |||
168 | 168 | ||
169 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") | 169 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") |
170 | /* Maintainer: Freescale Semiconductor, Inc. */ | 170 | /* Maintainer: Freescale Semiconductor, Inc. */ |
171 | .boot_params = MX51_PHYS_OFFSET + 0x100, | 171 | .atag_offset = 0x100, |
172 | .map_io = mx51_map_io, | 172 | .map_io = mx51_map_io, |
173 | .init_early = imx51_init_early, | 173 | .init_early = imx51_init_early, |
174 | .init_irq = mx51_init_irq, | 174 | .init_irq = mx51_init_irq, |
diff --git a/arch/arm/mach-mx5/board-mx51_babbage.c b/arch/arm/mach-mx5/board-mx51_babbage.c index a320094616c8..622b2de7d0e8 100644 --- a/arch/arm/mach-mx5/board-mx51_babbage.c +++ b/arch/arm/mach-mx5/board-mx51_babbage.c | |||
@@ -414,7 +414,7 @@ static struct sys_timer mx51_babbage_timer = { | |||
414 | 414 | ||
415 | MACHINE_START(MX51_BABBAGE, "Freescale MX51 Babbage Board") | 415 | MACHINE_START(MX51_BABBAGE, "Freescale MX51 Babbage Board") |
416 | /* Maintainer: Amit Kucheria <amit.kucheria@canonical.com> */ | 416 | /* Maintainer: Amit Kucheria <amit.kucheria@canonical.com> */ |
417 | .boot_params = MX51_PHYS_OFFSET + 0x100, | 417 | .atag_offset = 0x100, |
418 | .map_io = mx51_map_io, | 418 | .map_io = mx51_map_io, |
419 | .init_early = imx51_init_early, | 419 | .init_early = imx51_init_early, |
420 | .init_irq = mx51_init_irq, | 420 | .init_irq = mx51_init_irq, |
diff --git a/arch/arm/mach-mx5/board-mx51_efikamx.c b/arch/arm/mach-mx5/board-mx51_efikamx.c index bfbc30037ab4..d231b3e1e522 100644 --- a/arch/arm/mach-mx5/board-mx51_efikamx.c +++ b/arch/arm/mach-mx5/board-mx51_efikamx.c | |||
@@ -278,7 +278,7 @@ static struct sys_timer mx51_efikamx_timer = { | |||
278 | 278 | ||
279 | MACHINE_START(MX51_EFIKAMX, "Genesi EfikaMX nettop") | 279 | MACHINE_START(MX51_EFIKAMX, "Genesi EfikaMX nettop") |
280 | /* Maintainer: Amit Kucheria <amit.kucheria@linaro.org> */ | 280 | /* Maintainer: Amit Kucheria <amit.kucheria@linaro.org> */ |
281 | .boot_params = MX51_PHYS_OFFSET + 0x100, | 281 | .atag_offset = 0x100, |
282 | .map_io = mx51_map_io, | 282 | .map_io = mx51_map_io, |
283 | .init_early = imx51_init_early, | 283 | .init_early = imx51_init_early, |
284 | .init_irq = mx51_init_irq, | 284 | .init_irq = mx51_init_irq, |
diff --git a/arch/arm/mach-mx5/board-mx51_efikasb.c b/arch/arm/mach-mx5/board-mx51_efikasb.c index 00f272195150..d4e98f0e33f5 100644 --- a/arch/arm/mach-mx5/board-mx51_efikasb.c +++ b/arch/arm/mach-mx5/board-mx51_efikasb.c | |||
@@ -264,7 +264,7 @@ static struct sys_timer mx51_efikasb_timer = { | |||
264 | }; | 264 | }; |
265 | 265 | ||
266 | MACHINE_START(MX51_EFIKASB, "Genesi Efika Smartbook") | 266 | MACHINE_START(MX51_EFIKASB, "Genesi Efika Smartbook") |
267 | .boot_params = MX51_PHYS_OFFSET + 0x100, | 267 | .atag_offset = 0x100, |
268 | .map_io = mx51_map_io, | 268 | .map_io = mx51_map_io, |
269 | .init_early = imx51_init_early, | 269 | .init_early = imx51_init_early, |
270 | .init_irq = mx51_init_irq, | 270 | .init_irq = mx51_init_irq, |