diff options
author | Andrew F. Davis <afd@ti.com> | 2017-04-07 10:11:22 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-08 21:35:09 -0400 |
commit | 67127e6fb250f8d6423810f07a03edc4a0965286 (patch) | |
tree | 4ffae7f558cade61053387a3f3ef3f41d160f2fd /configs | |
parent | 34e085e8896294f9215b9e336aa7c258740637eb (diff) | |
download | u-boot-67127e6fb250f8d6423810f07a03edc4a0965286.tar.gz |
defconfigs: dra7xx_hs_evm: Sync HS and non-HS defconfigs
Additions have been made to the non-HS defconfig without the same
being made to the HS defconfig, sync them.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/dra7xx_hs_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra7xx_hs_evm_defconfig b/configs/dra7xx_hs_evm_defconfig index f3a9c68008..158a91560e 100644 --- a/configs/dra7xx_hs_evm_defconfig +++ b/configs/dra7xx_hs_evm_defconfig @@ -9,6 +9,7 @@ CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000 # CONFIG_SPL_NAND_SUPPORT is not set CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +CONFIG_ARMV7_LPAE=y CONFIG_SPL_STACK_R_ADDR=0x82000000 CONFIG_DEFAULT_DEVICE_TREE="dra7-evm" CONFIG_FIT=y |