mirror of
https://xff.cz/git/u-boot/
synced 2025-10-09 12:06:41 +02:00
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>
This commit is contained in:
committed by
Stefano Babic
parent
21b02414f1
commit
f32877694b
@@ -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
|
||||
|
Reference in New Issue
Block a user