diff options
| -rw-r--r-- | arch/arm/mach-msm/include/mach/memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/include/mach/memory.h b/arch/arm/mach-msm/include/mach/memory.h index cfee996a47d5..50c7847e6002 100644 --- a/arch/arm/mach-msm/include/mach/memory.h +++ b/arch/arm/mach-msm/include/mach/memory.h | |||
| @@ -21,6 +21,8 @@ | |||
| 21 | #define PHYS_OFFSET UL(0x00000000) | 21 | #define PHYS_OFFSET UL(0x00000000) |
| 22 | #elif defined(CONFIG_ARCH_QSD8X50) | 22 | #elif defined(CONFIG_ARCH_QSD8X50) |
| 23 | #define PHYS_OFFSET UL(0x20000000) | 23 | #define PHYS_OFFSET UL(0x20000000) |
| 24 | #elif defined(CONFIG_ARCH_MSM7X30) | ||
| 25 | #define PHYS_OFFSET UL(0x00200000) | ||
| 24 | #else | 26 | #else |
| 25 | #define PHYS_OFFSET UL(0x10000000) | 27 | #define PHYS_OFFSET UL(0x10000000) |
| 26 | #endif | 28 | #endif |
