Commit 34bf497f9a132a5305f0aecfd7ada5f3724f6ec5

Authored by Andrew F. Davis
Committed by Tom Rini
1 parent e8d4031c02

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

configs/am57xx_hs_evm_defconfig
... ... @@ -3,7 +3,7 @@
3 3 CONFIG_SYS_MALLOC_F_LEN=0x2000
4 4 CONFIG_TI_SECURE_DEVICE=y
5 5 CONFIG_TARGET_AM57XX_EVM=y
6   -CONFIG_TI_SECURE_EMIF_REGION_START=0xbe000000
  6 +CONFIG_TI_SECURE_EMIF_REGION_START=0xbdb00000
7 7 CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000
8 8 CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000
9 9 # CONFIG_SPL_NAND_SUPPORT is not set