summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-11-18 13:38:52 -0600
committerAníbal Limón <anibal.limon@linaro.org>2019-11-27 12:37:02 -0600
commit0a10f81d847e005244cfa59d7f4dd8c6acfd82f6 (patch)
tree854dda5ba35abe9a3eed47124b541d5bb4e6c6b1
parent83b64501959e67e6ed72f4a36a9fe4503d916434 (diff)
We only have space from 0x80080000 (kernel start) to 0x860000000 (tz zone starts), rearrange to provide more space to the Kernel. 0x80080000 - 0x85E00000, kernel (93.5MB) 0x82080000 - 0x85E00000, dtb (2MB) Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--platform/msm8916/include/platform/iomap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/msm8916/include/platform/iomap.h b/platform/msm8916/include/platform/iomap.h
index f6841412..bc0f36e9 100644
--- a/platform/msm8916/include/platform/iomap.h
+++ b/platform/msm8916/include/platform/iomap.h
@@ -49,7 +49,7 @@
#define ABOOT_FORCE_KERNEL_ADDR DDR_START + 0x8000
#define ABOOT_FORCE_KERNEL64_ADDR DDR_START + 0x80000
#define ABOOT_FORCE_RAMDISK_ADDR DDR_START + 0x2280000
-#define ABOOT_FORCE_TAGS_ADDR DDR_START + 0x2080000
+#define ABOOT_FORCE_TAGS_ADDR DDR_START + 0x5E00000
#define MSM_GIC_DIST_BASE APPS_SS_BASE
#define MSM_GIC_CPU_BASE (APPS_SS_BASE + 0x2000)