From f32877694bee54f45ca0fcf6c92c641df199318c Mon Sep 17 00:00:00 2001 From: Bryan O'Donoghue Date: Wed, 8 May 2019 19:14:42 +0100 Subject: [PATCH] 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 --- configs/warp7_bl33_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig index 2ec2249885..29c4c24c52 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 -- 2.25.1