diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-01-29 11:36:05 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-02 03:07:59 -0500 |
commit | 34101237d975ba37d19cbfe9318984af78332816 (patch) | |
tree | 39489ffe3311f4b691b493f9a38fb51bba78e421 /arch/arm/mach-mx25 | |
parent | 7fc06d8c24fb7915d9cebc9aad7d3b40d8a6ef0b (diff) |
imx: define per SOC ..._PHYS_OFFSET and use these in favour of PHYS_OFFSET
This is a further step in allowing to build a kernel image for more
than one imx SOC.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx25')
-rw-r--r-- | arch/arm/mach-mx25/mx25pdk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx25/mx25pdk.c b/arch/arm/mach-mx25/mx25pdk.c index f4e8b984af72..10be38eb82a8 100644 --- a/arch/arm/mach-mx25/mx25pdk.c +++ b/arch/arm/mach-mx25/mx25pdk.c | |||
@@ -110,7 +110,7 @@ MACHINE_START(MX25_3DS, "Freescale MX25PDK (3DS)") | |||
110 | /* Maintainer: Freescale Semiconductor, Inc. */ | 110 | /* Maintainer: Freescale Semiconductor, Inc. */ |
111 | .phys_io = MX25_AIPS1_BASE_ADDR, | 111 | .phys_io = MX25_AIPS1_BASE_ADDR, |
112 | .io_pg_offst = ((MX25_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | 112 | .io_pg_offst = ((MX25_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, |
113 | .boot_params = PHYS_OFFSET + 0x100, | 113 | .boot_params = MX25_PHYS_OFFSET + 0x100, |
114 | .map_io = mx25_map_io, | 114 | .map_io = mx25_map_io, |
115 | .init_irq = mx25_init_irq, | 115 | .init_irq = mx25_init_irq, |
116 | .init_machine = mx25pdk_init, | 116 | .init_machine = mx25pdk_init, |