aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisael Lopez Cruz <misael.lopez@ti.com>2017-02-14 00:29:09 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2017-02-22 12:29:28 -0500
commit850ffc07baa399451d16057285fcfa793ff8db2c (patch)
treed5bb5a924cf9ec81592371148f5b8de467e33d1e
parent97c89e23c89917a565deb851bf72db5eec4b6b11 (diff)
downloadjacinto6evm-6AM.1.3.tar.gz
defconfigs: dra7xx_hs_evm: Move OPTEE load address to avoid overlaps6AM.1.3
Move the OPTEE load address to 0xbdb00000 in order to avoid overlap with the memory regions used in radio and RVC usecases. Change-Id: Ia941a0a65a748353bd05a65914ae6e3e7ffe23a1 Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-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 810ba1e3f5..c055711e43 100644
--- a/configs/dra7xx_hs_evm_defconfig
+++ b/configs/dra7xx_hs_evm_defconfig
@@ -2,7 +2,7 @@ CONFIG_ARM=y
CONFIG_OMAP54XX=y
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_DM_SERIAL=y