warp7_bl33: configs: Enable FIT as the boot.scr format
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Wed, 8 May 2019 18:14:42 +0000 (19:14 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 13:20:49 +0000 (15:20 +0200)
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

index 2ec2249885b6d854308c428457ee44e2679ec08f..29c4c24c52edde668b018462a506643cbf9d4ed7 100644 (file)
@@ -57,3 +57,6 @@ CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
 CONFIG_OPTEE=y
 CONFIG_OPTEE_TZDRAM_BASE=0x9e000000
 CONFIG_OPTEE_TZDRAM_SIZE=0x02000000
+CONFIG_FIT=y
+CONFIG_FIT_SIGNATURE=y
+CONFIG_FIT_VERBOSE=y