aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSumit Garg <sumit.garg@nxp.com>2018-01-09 01:27:46 +0530
committerYork Sun <york.sun@nxp.com>2018-01-15 12:44:23 -0800
commit86c773fe83ac21d1b934c5c905c6a23a9085fc2f (patch)
treecabfe5da61042029fea746d2ffebefa4d24b2dc7 /board
parent958b2ed5267a814ade0755610755fe25ffcb20cf (diff)
downloadu-boot-86c773fe83ac21d1b934c5c905c6a23a9085fc2f.zip
u-boot-86c773fe83ac21d1b934c5c905c6a23a9085fc2f.tar.gz
u-boot-86c773fe83ac21d1b934c5c905c6a23a9085fc2f.tar.bz2
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 on ARM based platforms. Signed-off-by: Sumit Garg <sumit.garg@nxp.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board')
-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 8a5c456..280f7d4 100644
--- a/board/freescale/common/Kconfig
+++ b/board/freescale/common/Kconfig
@@ -7,6 +7,8 @@ config CHAIN_OF_TRUST
select SHA_HW_ACCEL
select SHA_PROG_HW_ACCEL
select ENV_IS_NOWHERE
+ select CMD_EXT4 if ARM
+ select CMD_EXT4_WRITE if ARM
bool
default y