summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach
diff options
context:
space:
mode:
authorRob Herring <r.herring@freescale.com>2010-03-18 17:38:14 -0500
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-25 11:20:14 +0200
commitdd0bb6cc397abf9c120d90d1180c0243653ef90a (patch)
tree39825c7b0cc9faea9059849caa57af90468fc246 /arch/arm/plat-mxc/include/mach
parent5382f4f0dfd3c134e75706b956d2d8350a01b0de (diff)
ENGR00121762-1 mx5: enable run-time physoffset
This enables a single kernel image on MX5x parts using run-time phys_offset. Signed-off-by: Rob Herring <r.herring@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach')
-rw-r--r--arch/arm/plat-mxc/include/mach/memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/memory.h b/arch/arm/plat-mxc/include/mach/memory.h
index a70d3ef49042..c9609c4670f7 100644
--- a/arch/arm/plat-mxc/include/mach/memory.h
+++ b/arch/arm/plat-mxc/include/mach/memory.h
@@ -14,6 +14,7 @@
#include <asm/page.h>
#include <asm/sizes.h>
+#ifndef CONFIG_RUNTIME_PHYS_OFFSET
#if defined CONFIG_ARCH_MX1
#define PHYS_OFFSET UL(0x08000000)
#elif defined CONFIG_ARCH_MX2
@@ -42,6 +43,7 @@
#ifndef PHYS_OFFSET
#define PHYS_OFFSET UL(0x80000000)
#endif
+#endif
/* Size of contiguous memory for DMA and other h/w blocks */
#if defined(CONFIG_MX1_VIDEO)