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/lx2160aqds_tfa_SECURE_BOOT_defconfig | |
parent | 71c8fb3e3a3e79c98d305b49ea46ae92332c3f20 (diff) |
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/lx2160aqds_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/lx2160aqds_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig b/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig index 87f193f4fc..698954366e 100644 --- a/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig +++ b/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig @@ -73,3 +73,4 @@ CONFIG_RSA=y CONFIG_SPL_RSA=y CONFIG_RSA_SOFTWARE_EXP=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y +CONFIG_CMD_SETEXPR=y |