mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 03:28:39 +01:00
configs: ipq807x: Change CONFIG_IPQ_FDT_HIGH address
Changing the CONFIG_IPQ_FDT_HIGH address for ipq807x platform to avoid the DT blob load address from overlapping with the tzapp_data(0x4A300000) region. The kernel created a 2MB readonly mapping of the DT blob. Due to this the mapping will also extend into the tzapp(0x4A400000) region, which is TZ protected. Hence changing the FDT high address to from 0x4a400000 to 0x4a200000 to avoid access violation issues. Change-Id: I3283c0afdec8ab126ea109c7ca9184a9ea577f16 Signed-off-by: Hariharan K <quic_harihk@quicinc.com>
This commit is contained in:
parent
2e4a573a66
commit
20640c2ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
|||
#define CONFIG_UBOOT_END_ADDR 0x4AA00000
|
||||
#define CONFIG_QCA_SMEM_BASE 0x4AB00000
|
||||
|
||||
#define CONFIG_IPQ_FDT_HIGH 0x4A400000
|
||||
#define CONFIG_IPQ_FDT_HIGH 0x4A200000
|
||||
#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