[U-Boot] [PATCH 1/7] warp7_bl33: configs: Enable FIT as the boot.scr format

Bryan O'Donoghue bryan.odonoghue at linaro.org
Wed May 8 18:14:42 UTC 2019


This patch switches on FIT verification of boot.scr. After this commit your
boot.scr must be in the FIT format.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue at linaro.org>
---
 configs/warp7_bl33_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig
index a79f670ea0..c0ad26ff13 100644
--- a/configs/warp7_bl33_defconfig
+++ b/configs/warp7_bl33_defconfig
@@ -55,3 +55,6 @@ CONFIG_USB_ETHER=y
 CONFIG_USB_ETH_CDC=y
 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
 CONFIG_OPTEE_TZDRAM_SIZE=0x2000000
+CONFIG_FIT=y
+CONFIG_FIT_SIGNATURE=y
+CONFIG_FIT_VERBOSE=y
-- 
2.21.0



More information about the U-Boot mailing list