diff options
author | Andrew F. Davis <afd@ti.com> | 2017-07-10 14:45:54 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-22 22:22:45 -0400 |
commit | 7fe463f54f36b583f8577b321ab9f4c09c1a1a5d (patch) | |
tree | a78e208b4c92c6f52226fe6604a3bee3c7044cf2 /configs | |
parent | 3630094cf931422061a03352a965ad269fe37e52 (diff) | |
download | u-boot-7fe463f54f36b583f8577b321ab9f4c09c1a1a5d.tar.gz |
board: ti: am43xx: Add FDT fixup for HS devices
Disable RNG and add TEE to FDT used on HS devices.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am43xx_hs_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig index 0cb2ee90ad..4ad676ff0b 100644 --- a/configs/am43xx_hs_evm_defconfig +++ b/configs/am43xx_hs_evm_defconfig @@ -11,6 +11,7 @@ CONFIG_ISW_ENTRY_ADDR=0x403018e0 CONFIG_SPL_STACK_R_ADDR=0x82000000 CONFIG_DEFAULT_DEVICE_TREE="am437x-gp-evm" CONFIG_FIT_IMAGE_POST_PROCESS=y +CONFIG_OF_BOARD_SETUP=y CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1,NAND" |