summaryrefslogtreecommitdiff
path: root/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig
diff options
context:
space:
mode:
authorUdit Agarwal <udit.agarwal@nxp.com>2019-11-20 11:51:27 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-01-24 11:58:26 +0300
commitd04bc60327e4cf938202bdd0df28ca1ddf94f720 (patch)
tree8e20d9670d9fa098c461ceed26e6d9fe9f3cb939 /configs/lx2160ardb_tfa_SECURE_BOOT_defconfig
parent71c8fb3e3a3e79c98d305b49ea46ae92332c3f20 (diff)
downloadu-boot-d04bc60327e4cf938202bdd0df28ca1ddf94f720.tar.xz
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/lx2160ardb_tfa_SECURE_BOOT_defconfig')
-rw-r--r--configs/lx2160ardb_tfa_SECURE_BOOT_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig b/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig
index 92020cbf8d..5517a7d8e9 100644
--- a/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig
+++ b/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig
@@ -68,3 +68,4 @@ CONFIG_RSA=y
CONFIG_SPL_RSA=y
CONFIG_RSA_SOFTWARE_EXP=y
CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
+CONFIG_CMD_SETEXPR=y