diff mbox series

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

Message ID 20190508181448.20452-2-bryan.odonoghue@linaro.org
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show
Series Switch WaRP7 BL33 to mbed Linux specific bootflow | expand

Commit Message

Bryan O'Donoghue May 8, 2019, 6:14 p.m. UTC
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@linaro.org>
---
 configs/warp7_bl33_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stefano Babic July 20, 2019, 8:46 a.m. UTC | #1
> 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@linaro.org>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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