summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-11-27 13:50:44 -0600
committerAníbal Limón <anibal.limon@linaro.org>2019-11-27 14:44:18 -0600
commit80e6b971bcb1d229ea90824b724b51398658c29a (patch)
tree0d186d1f47c09b793e470b60b767abbce32730da
parent757f75f1bf3ed0c9d8e09ee4c4049d2a8b27f9d2 (diff)
platform/msm8996: Increase memory area for load kernelrelease/LA.HB.1.3.2-19600-8x96.0
We only have space from 0x80080000 (kernel start) to 0x858000000 (where mem starts) [1], rearrange to provide more space to the Kernel image. 0x80080000 - 0x85600000, kernel (85.5MB) 0x85600000 - 0x85800000, dtb (2MB) [1] https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/tree/arch/arm64/boot/dts/qcom/msm8996.dtsi?h=release/qcomlt-4.14#n66 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--platform/msm8996/include/platform/iomap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/msm8996/include/platform/iomap.h b/platform/msm8996/include/platform/iomap.h
index 8945b981..c7b3566a 100644
--- a/platform/msm8996/include/platform/iomap.h
+++ b/platform/msm8996/include/platform/iomap.h
@@ -692,7 +692,7 @@ unsigned int usb_phy_bcr();
#define DDR_START platform_get_ddr_start()
#define ABOOT_FORCE_KERNEL_ADDR (DDR_START + 0x8000)
#define ABOOT_FORCE_RAMDISK_ADDR (DDR_START + 0x4000000)
-#define ABOOT_FORCE_TAGS_ADDR (DDR_START + 0x3E00000)
+#define ABOOT_FORCE_TAGS_ADDR (DDR_START + 0x5600000)
#define ABOOT_FORCE_KERNEL64_ADDR (DDR_START + 0x80000)
#endif