
Dear Udit,
-----Original Message----- From: Udit Agarwal Sent: Thursday, June 13, 2019 1:39 PM To: u-boot@lists.denx.de Cc: Ruchika Gupta ruchika.gupta@nxp.com; Arun Pathak arun.pathak@nxp.com; Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; Jagdish Gediya jagdish.gediya@nxp.com; Udit Agarwal udit.agarwal@nxp.com Subject: [PATCH v2 1/2] configs: fsl-layerscape: secure_boot: Enable setexpr command.
setexpr command is used while running secure boot (chain of trust with confidentiality) feature.
So, Enable CONFIG_CMD_SETEXPR to enable setexpr command.
Signed-off-by: Udit Agarwal udit.agarwal@nxp.com
Changes in V2: Corrects commit message.
configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1012aqds_tfa_SECURE_BOOT_defconfig | 2 +- configs/ls1012ardb_tfa_SECURE_BOOT_defconfig | 2 +- configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1043aqds_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1043ardb_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1046aqds_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1046ardb_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1088ardb_tfa_SECURE_BOOT_defconfig | 2 +- configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 2 +- configs/lx2160aqds_tfa_SECURE_BOOT_defconfig | 1 + configs/lx2160ardb_tfa_SECURE_BOOT_defconfig | 1 + 14 files changed, 14 insertions(+), 4 deletions(-)
Have you run savedefconfig before sending this patch.
Note: savedefconfig removing your changes (as it may be enabled in-directly)
--pk