diff options
author | Udit Agarwal <udit.agarwal@nxp.com> | 2019-11-20 08:51:27 +0000 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-01-24 14:28:26 +0530 |
commit | d04bc60327e4cf938202bdd0df28ca1ddf94f720 (patch) | |
tree | 8e20d9670d9fa098c461ceed26e6d9fe9f3cb939 /configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | |
parent | 71c8fb3e3a3e79c98d305b49ea46ae92332c3f20 (diff) | |
download | u-boot-d04bc60327e4cf938202bdd0df28ca1ddf94f720.tar.gz |
configs: fsl-layerscape: secure_boot: Enable setexpr command
setexpr command is used while running secure boot
(chain of trust with confidentiality) feature.
Enable CONFIG_CMD_SETEXPR to enable setexpr command.
Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1028aqds_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig b/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig index 427beb0dc5..85c4210ca8 100644 --- a/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig @@ -74,5 +74,6 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_WDT=y CONFIG_WDT_SP805=y CONFIG_RSA=y +CONFIG_CMD_SETEXPR=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y |