summaryrefslogtreecommitdiff
path: root/configs/am57xx_hs_evm_defconfig
diff options
context:
space:
mode:
authorAndreas Dannenberg <dannenberg@ti.com>2016-06-13 23:25:16 (GMT)
committerTom Rini <trini@konsulko.com>2016-06-17 13:51:02 (GMT)
commitae094f8d55a1cab50b1aa17c924feeb1818a57ef (patch)
treefa097f9783b416f2c921d6219105bf2ba226bd64 /configs/am57xx_hs_evm_defconfig
parentf51c8a99e330dbd6a8db5d45a431390a339cfc41 (diff)
downloadu-boot-ae094f8d55a1cab50b1aa17c924feeb1818a57ef.tar.xz
ARM: AM57xx: Enable FIT for HS Devices
Enable FIT support for AM57xx platforms using the high-security (HS) device variant. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs/am57xx_hs_evm_defconfig')
-rw-r--r--configs/am57xx_hs_evm_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig
index a100079..e01e504 100644
--- a/configs/am57xx_hs_evm_defconfig
+++ b/configs/am57xx_hs_evm_defconfig
@@ -37,3 +37,7 @@ CONFIG_SYS_NS16550=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
+CONFIG_FIT=y
+CONFIG_SPL_OF_LIBFDT=y
+CONFIG_SPL_LOAD_FIT=y
+CONFIG_OF_LIST="am57xx-beagle-x15"