From: Jeff Ohlstein Date: Thu, 6 May 2010 21:18:06 +0000 (-0700) Subject: msm: physical offset for MSM8X60 X-Git-Tag: Ubuntu-goldfish-3.4.0-4.27~5499^2~5^2~2^2~8 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=998ba079fee7d9639003d77521d2117db17b4a04;p=mirror_ubuntu-zesty-kernel.git msm: physical offset for MSM8X60 The MSM8x60 has a different physical memory offset than other targets. Signed-off-by: Jeff Ohlstein Signed-off-by: Daniel Walker --- 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