summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumit Garg <sumit.garg@nxp.com>2017-08-25 09:40:16 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-08-27 07:44:50 (GMT)
commit2a6040b1d9bcafe7ceb81aff914a611289f94511 (patch)
tree4f28971a5a4a41f12d054c19896ffaa30171f53d
parent7fc6f7e87ff4bd251757210b775d1e5875e50b69 (diff)
downloadu-boot-2a6040b1d9bcafe7ceb81aff914a611289f94511.tar.xz
configs: SECURE_BOOT: Enable CONFIG_CMD_EXT4_WRITE
As part of chain of trust with confidentiality along with distro boot, linux kernel image needs to be stored in encrypted form on ext4 boot partition. So enable CONFIG_CMD_EXT4_WRITE in case of Secure boot. Signed-off-by: Sumit Garg <sumit.garg@nxp.com>
-rw-r--r--board/freescale/common/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/common/Kconfig b/board/freescale/common/Kconfig
index 53b606e..3496eed 100644
--- a/board/freescale/common/Kconfig
+++ b/board/freescale/common/Kconfig
@@ -6,6 +6,8 @@ config CHAIN_OF_TRUST
select SPL_BOARD_INIT if (ARM && SPL)
select SHA_HW_ACCEL
select SHA_PROG_HW_ACCEL
+ select CMD_EXT4
+ select CMD_EXT4_WRITE
bool
default y