diff options
author | Stepan Moskovchenko <stepanm@codeaurora.org> | 2010-12-01 23:06:26 -0500 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-01-21 18:27:52 -0500 |
commit | a2ad9421ce19f57e99b7a5e8798b8697b916d673 (patch) | |
tree | 877c2577548af1c2687e91fa5b94b9e539999b6b /arch | |
parent | 5d0afd74b7f5202cad2d26b5bcd1fc1bdf44858f (diff) |
msm: Physical offset for MSM8960
Add the physical memory offset value for the Qualcomm
MSM8960 chip.
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch')
-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 070e17d237f1..014bbd3ac1d4 100644 --- a/arch/arm/mach-msm/include/mach/memory.h +++ b/arch/arm/mach-msm/include/mach/memory.h | |||
@@ -25,6 +25,8 @@ | |||
25 | #define PHYS_OFFSET UL(0x00200000) | 25 | #define PHYS_OFFSET UL(0x00200000) |
26 | #elif defined(CONFIG_ARCH_MSM8X60) | 26 | #elif defined(CONFIG_ARCH_MSM8X60) |
27 | #define PHYS_OFFSET UL(0x40200000) | 27 | #define PHYS_OFFSET UL(0x40200000) |
28 | #elif defined(CONFIG_ARCH_MSM8960) | ||
29 | #define PHYS_OFFSET UL(0x40200000) | ||
28 | #else | 30 | #else |
29 | #define PHYS_OFFSET UL(0x10000000) | 31 | #define PHYS_OFFSET UL(0x10000000) |
30 | #endif | 32 | #endif |