]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
defconfigs: dra7xx_hs_evm: Move OPTEE load address to avoid overlaps
authorMisael Lopez Cruz <misael.lopez@ti.com>
Fri, 7 Apr 2017 15:19:34 +0000 (10:19 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 9 Apr 2017 22:17:06 +0000 (18:17 -0400)
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: Misael Lopez Cruz <misael.lopez@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
configs/dra7xx_hs_evm_defconfig

index 158a91560e3b1e1d0bcda01baae24c0b410e983e..871604f80cd543f08a5005f8e3a5b2498824463e 100644 (file)
@@ -3,7 +3,7 @@ CONFIG_OMAP54XX=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_TI_SECURE_DEVICE=y
 CONFIG_TARGET_DRA7XX_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