diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/memory.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/memory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/memory.h b/arch/arm/plat-mxc/include/mach/memory.h index 002eb91ab23..7cae9cb6208 100644 --- a/arch/arm/plat-mxc/include/mach/memory.h +++ b/arch/arm/plat-mxc/include/mach/memory.h | |||
@@ -16,6 +16,7 @@ | |||
16 | #define MX25_PHYS_OFFSET UL(0x80000000) | 16 | #define MX25_PHYS_OFFSET UL(0x80000000) |
17 | #define MX27_PHYS_OFFSET UL(0xa0000000) | 17 | #define MX27_PHYS_OFFSET UL(0xa0000000) |
18 | #define MX3x_PHYS_OFFSET UL(0x80000000) | 18 | #define MX3x_PHYS_OFFSET UL(0x80000000) |
19 | #define MX51_PHYS_OFFSET UL(0x90000000) | ||
19 | #define MXC91231_PHYS_OFFSET UL(0x90000000) | 20 | #define MXC91231_PHYS_OFFSET UL(0x90000000) |
20 | 21 | ||
21 | #if !defined(CONFIG_RUNTIME_PHYS_OFFSET) | 22 | #if !defined(CONFIG_RUNTIME_PHYS_OFFSET) |
@@ -31,6 +32,8 @@ | |||
31 | # define PHYS_OFFSET MX3x_PHYS_OFFSET | 32 | # define PHYS_OFFSET MX3x_PHYS_OFFSET |
32 | # elif defined CONFIG_ARCH_MXC91231 | 33 | # elif defined CONFIG_ARCH_MXC91231 |
33 | # define PHYS_OFFSET MXC91231_PHYS_OFFSET | 34 | # define PHYS_OFFSET MXC91231_PHYS_OFFSET |
35 | # elif defined CONFIG_ARCH_MX5 | ||
36 | # define PHYS_OFFSET MX51_PHYS_OFFSET | ||
34 | # endif | 37 | # endif |
35 | #endif | 38 | #endif |
36 | 39 | ||