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:
parent
48f7e9f79e
commit
9778490a30
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue