[PATCH 2/7] [ARM] msm: qsd8k memory base is at 0x20000000

Daniel Walker dwalker at codeaurora.org
Thu Jan 20 15:32:40 EST 2011


From: Brian Swetland <swetland at google.com>

The memory layout is effective as of AMSS 3170+.

Signed-off-by: Haley Teng <haley_teng at htc.com>
Signed-off-by: Dima Zavin <dima at android.com>
---
 arch/arm/mach-msm/Makefile.boot |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-msm/Makefile.boot b/arch/arm/mach-msm/Makefile.boot
index 24dfbf8..3266727 100644
--- a/arch/arm/mach-msm/Makefile.boot
+++ b/arch/arm/mach-msm/Makefile.boot
@@ -1,3 +1,8 @@
   zreladdr-y		:= 0x10008000
 params_phys-y		:= 0x10000100
 initrd_phys-y		:= 0x10800000
+
+# for now, override for QSD8x50
+  zreladdr-$(CONFIG_ARCH_QSD8X50)		:= 0x20008000
+params_phys-$(CONFIG_ARCH_QSD8X50)		:= 0x20000100
+initrd_phys-$(CONFIG_ARCH_QSD8X50)		:= 0x21000000
-- 
1.7.0.4

-- 
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.



More information about the linux-arm-kernel mailing list