From 2802f9f1ec5811988d037320f7cd2d978d405b5e Mon Sep 17 00:00:00 2001 From: speriaka Date: Wed, 4 Apr 2018 00:00:15 +0530 Subject: [PATCH] ipq807x: uboot: Updated FDT_HIGH value This change is necessary as an additional 2 MB is allocated as reserved memory for TZ_APPS exposed in qseecom driver and we must notify the same boundary as FDT_HIGH to uboot. Without this change, the board gets stuck in uboot with starting kernel message during boot up. Change-Id: I6653d3c3dbac97cdf38a41d84d0b401d462cf5ce Signed-off-by: speriaka --- include/configs/ipq807x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ipq807x.h b/include/configs/ipq807x.h index 829ccc2eb2..dcb10d77af 100644 --- a/include/configs/ipq807x.h +++ b/include/configs/ipq807x.h @@ -102,7 +102,7 @@ #define CONFIG_QCA_SMEM_BASE 0x4AB00000 -#define CONFIG_IPQ_FDT_HIGH 0x4A600000 +#define CONFIG_IPQ_FDT_HIGH 0x4A400000 #define CONFIG_IPQ_NO_MACS 6 #define CONFIG_ENV_IS_IN_SPI_FLASH 1 #define CONFIG_ENV_SECT_SIZE (64 * 1024)