u-boot-dey: ccmp1: disable CMD_BOOTZ when secure boot with FIT image is enabled

Command 'bootz' allows boot unsigned Linux zImages, so disable it when secure
boot is enabled using FIT images.

https://onedigi.atlassian.net/browse/DEL-8769

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2024-02-02 13:40:35 +01:00
parent 48f7e9f79e
commit 9778490a30
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ CONFIG_FIT_SIGNATURE=y
CONFIG_RSA=y CONFIG_RSA=y
CONFIG_ECDSA=y CONFIG_ECDSA=y
CONFIG_ECDSA_VERIFY=y CONFIG_ECDSA_VERIFY=y
# CONFIG_CMD_BOOTZ is not set