From: Andreas Dannenberg Date: Mon, 13 Jun 2016 23:25:16 +0000 (-0500) Subject: ARM: AM57xx: Enable FIT for HS Devices X-Git-Tag: v2016.07-rc2~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ae094f8d55a1cab50b1aa17c924feeb1818a57ef;p=u-boot 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 Reviewed-by: Lokesh Vutla --- diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig index a1000792e4..e01e50482a 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"