diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-24 02:54:04 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-24 03:24:50 -0400 |
commit | 7409cd1cd554a0bdedfecf2afde58ff468b7045e (patch) | |
tree | c2c1c4327a569e1e9cfcd0220364c673d0dd4250 /arch/arm/plat-mxc/include/mach | |
parent | ae4fa7f66e542ef5c7662ceabfaaa33283eb4216 (diff) |
ARM i.MX: allow to compile together all i.MX5 based SoCs
For this we need CONFIG_AUTO_ZRELADDR and CONFIG_ARM_PATCH_PHYS_VIRT.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/memory.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/plat-mxc/include/mach/memory.h b/arch/arm/plat-mxc/include/mach/memory.h index cbe2e3d08067..35e6c7f4ffd1 100644 --- a/arch/arm/plat-mxc/include/mach/memory.h +++ b/arch/arm/plat-mxc/include/mach/memory.h | |||
@@ -23,12 +23,6 @@ | |||
23 | #if !defined(CONFIG_RUNTIME_PHYS_OFFSET) | 23 | #if !defined(CONFIG_RUNTIME_PHYS_OFFSET) |
24 | # if defined CONFIG_ARCH_MX3 | 24 | # if defined CONFIG_ARCH_MX3 |
25 | # define PLAT_PHYS_OFFSET MX3x_PHYS_OFFSET | 25 | # define PLAT_PHYS_OFFSET MX3x_PHYS_OFFSET |
26 | # elif defined CONFIG_ARCH_MX50 | ||
27 | # define PLAT_PHYS_OFFSET MX50_PHYS_OFFSET | ||
28 | # elif defined CONFIG_ARCH_MX51 | ||
29 | # define PLAT_PHYS_OFFSET MX51_PHYS_OFFSET | ||
30 | # elif defined CONFIG_ARCH_MX53 | ||
31 | # define PLAT_PHYS_OFFSET MX53_PHYS_OFFSET | ||
32 | # endif | 26 | # endif |
33 | #endif | 27 | #endif |
34 | 28 | ||