summaryrefslogtreecommitdiff
path: root/configs/dra7xx_hs_evm_defconfig
diff options
context:
space:
mode:
authorMisael Lopez Cruz <misael.lopez@ti.com>2017-04-07 10:19:34 -0500
committerTom Rini <trini@konsulko.com>2017-04-09 18:17:06 -0400
commite8d4031c02a7823cd828b8f638dc32d35bc05add (patch)
tree8f166fc0c76f4aa6f2c04c0e244c234b41923630 /configs/dra7xx_hs_evm_defconfig
parent2f0cac1bbf444653f12f692c7dfca7e1ef804a34 (diff)
defconfigs: dra7xx_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: Misael Lopez Cruz <misael.lopez@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'configs/dra7xx_hs_evm_defconfig')
-rw-r--r--configs/dra7xx_hs_evm_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/dra7xx_hs_evm_defconfig b/configs/dra7xx_hs_evm_defconfig
index 158a91560e..871604f80c 100644
--- a/configs/dra7xx_hs_evm_defconfig
+++ b/configs/dra7xx_hs_evm_defconfig
@@ -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