diff options
author | Jeff Ohlstein <johlstei@codeaurora.org> | 2010-05-06 14:18:06 -0700 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-10-08 15:12:46 -0700 |
commit | 998ba079fee7d9639003d77521d2117db17b4a04 (patch) | |
tree | 6dccf3a4b70380e27ede95f753305a719dd990e2 /arch/arm/mach-msm/include | |
parent | e4fbb68f4594388367e4e4595abf9330d9875704 (diff) | |
download | talos-op-linux-998ba079fee7d9639003d77521d2117db17b4a04.tar.gz talos-op-linux-998ba079fee7d9639003d77521d2117db17b4a04.zip |
msm: physical offset for MSM8X60
The MSM8x60 has a different physical memory offset than other targets.
Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include')
-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 50c7847e6002..070e17d237f1 100644 --- a/arch/arm/mach-msm/include/mach/memory.h +++ b/arch/arm/mach-msm/include/mach/memory.h @@ -23,6 +23,8 @@ #define PHYS_OFFSET UL(0x20000000) #elif defined(CONFIG_ARCH_MSM7X30) #define PHYS_OFFSET UL(0x00200000) +#elif defined(CONFIG_ARCH_MSM8X60) +#define PHYS_OFFSET UL(0x40200000) #else #define PHYS_OFFSET UL(0x10000000) #endif |