aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew F. Davis2016-11-16 16:51:39 -0600
committerLokesh Vutla2016-11-30 06:58:49 -0600
commit7f793dec4f7dfd5c95e4c0dedc04cba1647857c9 (patch)
tree8570861bd6ca1435bdc976af5aa406533aecb25e
parente3aeda7b7485c680af510daca1481e098aeaa51d (diff)
downloadu-boot-7f793dec4f7dfd5c95e4c0dedc04cba1647857c9.tar.gz
u-boot-7f793dec4f7dfd5c95e4c0dedc04cba1647857c9.tar.xz
u-boot-7f793dec4f7dfd5c95e4c0dedc04cba1647857c9.zip
defconfigs: dra7xx_hs_evm: Add default OPTEE load address
Currently we let U-Boot find a spot at the end of DRAM at runtime, this forces us to build an OPTEE image based on the size of DRAM for an EVM. Add a default address that works across all current DRA7xx EVMs. Signed-off-by: Andrew F. Davis <afd@ti.com>
-rw-r--r--configs/dra7xx_hs_evm_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/dra7xx_hs_evm_defconfig b/configs/dra7xx_hs_evm_defconfig
index d5b8e30b3b..810ba1e3f5 100644
--- a/configs/dra7xx_hs_evm_defconfig
+++ b/configs/dra7xx_hs_evm_defconfig
@@ -2,8 +2,9 @@ CONFIG_ARM=y
2CONFIG_OMAP54XX=y 2CONFIG_OMAP54XX=y
3CONFIG_TI_SECURE_DEVICE=y 3CONFIG_TI_SECURE_DEVICE=y
4CONFIG_TARGET_DRA7XX_EVM=y 4CONFIG_TARGET_DRA7XX_EVM=y
5CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x01700000 5CONFIG_TI_SECURE_EMIF_REGION_START=0xbe000000
6CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01300000 6CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000
7CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000
7CONFIG_DM_SERIAL=y 8CONFIG_DM_SERIAL=y
8CONFIG_DM_SPI=y 9CONFIG_DM_SPI=y
9CONFIG_DM_SPI_FLASH=y 10CONFIG_DM_SPI_FLASH=y