mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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 <speriaka@codeaurora.org>
This commit is contained in:
parent
e29cf10dc6
commit
2802f9f1ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue