aboutsummaryrefslogtreecommitdiff
path: root/configs/warp7_bl33_defconfig
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-05-08 19:14:42 +0100
committerStefano Babic <sbabic@denx.de>2019-07-19 15:20:49 +0200
commitf32877694bee54f45ca0fcf6c92c641df199318c (patch)
treedb9b4b6f279956b413438e64d849718a883f85e5 /configs/warp7_bl33_defconfig
parent21b02414f109e06f20c0718747187383b982ed88 (diff)
downloadu-boot-f32877694bee54f45ca0fcf6c92c641df199318c.zip
u-boot-f32877694bee54f45ca0fcf6c92c641df199318c.tar.gz
u-boot-f32877694bee54f45ca0fcf6c92c641df199318c.tar.bz2
warp7_bl33: configs: Enable FIT as the boot.scr format
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>
Diffstat (limited to 'configs/warp7_bl33_defconfig')
-rw-r--r--configs/warp7_bl33_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig
index 2ec2249..29c4c24 100644
--- a/configs/warp7_bl33_defconfig
+++ b/configs/warp7_bl33_defconfig
@@ -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