mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
defconfigs: am57xx_hs_evm: Move OPTEE load address to avoid overlaps
Move the OPTEE load address to 0xbdb00000 in order to avoid overlap with the memory regions used in radio and RVC usecases. Signed-off-by: Andrew F. Davis <afd@ti.com>
This commit is contained in:
parent
e8d4031c02
commit
34bf497f9a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ CONFIG_OMAP54XX=y
|
|||
CONFIG_SYS_MALLOC_F_LEN=0x2000
|
||||
CONFIG_TI_SECURE_DEVICE=y
|
||||
CONFIG_TARGET_AM57XX_EVM=y
|
||||
CONFIG_TI_SECURE_EMIF_REGION_START=0xbe000000
|
||||
CONFIG_TI_SECURE_EMIF_REGION_START=0xbdb00000
|
||||
CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000
|
||||
CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000
|
||||
# CONFIG_SPL_NAND_SUPPORT is not set
|
||||
|
|
Loading…
Add table
Reference in a new issue