diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-11-04 16:20:43 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-11-24 04:08:56 -0500 |
commit | 7608d7d2b4a146f560436f5b99b1b93d30049e4e (patch) | |
tree | 9db33145d9c0428fd9053e7e7bc34abd973c8fdb /arch | |
parent | db037126656fb75482c09fb8673d97a5b44bcbae (diff) |
ARM i.MX51 boards: Do not use PHYS_OFFSET
PHYS_OFFSET may become a variable once the runtime PHYS_OFFSET
patch is merged, so use MX51_PHYS_OFFSET for boot_params.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx5/board-cpuimx51.c b/arch/arm/mach-mx5/board-cpuimx51.c index bfbc14af589e..5ff5522ff6fd 100644 --- a/arch/arm/mach-mx5/board-cpuimx51.c +++ b/arch/arm/mach-mx5/board-cpuimx51.c | |||
@@ -292,7 +292,7 @@ static struct sys_timer mxc_timer = { | |||
292 | 292 | ||
293 | MACHINE_START(EUKREA_CPUIMX51, "Eukrea CPUIMX51 Module") | 293 | MACHINE_START(EUKREA_CPUIMX51, "Eukrea CPUIMX51 Module") |
294 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ | 294 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ |
295 | .boot_params = PHYS_OFFSET + 0x100, | 295 | .boot_params = MX51_PHYS_OFFSET + 0x100, |
296 | .map_io = mx51_map_io, | 296 | .map_io = mx51_map_io, |
297 | .init_irq = mx51_init_irq, | 297 | .init_irq = mx51_init_irq, |
298 | .init_machine = eukrea_cpuimx51_init, | 298 | .init_machine = eukrea_cpuimx51_init, |
diff --git a/arch/arm/mach-mx5/board-cpuimx51sd.c b/arch/arm/mach-mx5/board-cpuimx51sd.c index e6807e36e436..ff1f45e96c32 100644 --- a/arch/arm/mach-mx5/board-cpuimx51sd.c +++ b/arch/arm/mach-mx5/board-cpuimx51sd.c | |||
@@ -323,7 +323,7 @@ static struct sys_timer mxc_timer = { | |||
323 | 323 | ||
324 | MACHINE_START(EUKREA_CPUIMX51SD, "Eukrea CPUIMX51SD") | 324 | MACHINE_START(EUKREA_CPUIMX51SD, "Eukrea CPUIMX51SD") |
325 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ | 325 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ |
326 | .boot_params = PHYS_OFFSET + 0x100, | 326 | .boot_params = MX51_PHYS_OFFSET + 0x100, |
327 | .map_io = mx51_map_io, | 327 | .map_io = mx51_map_io, |
328 | .init_irq = mx51_init_irq, | 328 | .init_irq = mx51_init_irq, |
329 | .init_machine = eukrea_cpuimx51sd_init, | 329 | .init_machine = eukrea_cpuimx51sd_init, |
diff --git a/arch/arm/mach-mx5/board-mx51_3ds.c b/arch/arm/mach-mx5/board-mx51_3ds.c index 02ef3d1da477..6cc28058ddcf 100644 --- a/arch/arm/mach-mx5/board-mx51_3ds.c +++ b/arch/arm/mach-mx5/board-mx51_3ds.c | |||
@@ -187,7 +187,7 @@ static struct sys_timer mxc_timer = { | |||
187 | 187 | ||
188 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") | 188 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") |
189 | /* Maintainer: Freescale Semiconductor, Inc. */ | 189 | /* Maintainer: Freescale Semiconductor, Inc. */ |
190 | .boot_params = PHYS_OFFSET + 0x100, | 190 | .boot_params = MX51_PHYS_OFFSET + 0x100, |
191 | .map_io = mx51_map_io, | 191 | .map_io = mx51_map_io, |
192 | .init_irq = mx51_init_irq, | 192 | .init_irq = mx51_init_irq, |
193 | .init_machine = mxc_board_init, | 193 | .init_machine = mxc_board_init, |