configs: SECURE_BOOT: Enable CONFIG_CMD_EXT4_WRITE
authorSumit Garg <sumit.garg@nxp.com>
Mon, 8 Jan 2018 19:57:46 +0000 (01:27 +0530)
committerYork Sun <york.sun@nxp.com>
Mon, 15 Jan 2018 20:44:23 +0000 (12:44 -0800)
commit86c773fe83ac21d1b934c5c905c6a23a9085fc2f
treecabfe5da61042029fea746d2ffebefa4d24b2dc7
parent958b2ed5267a814ade0755610755fe25ffcb20cf
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>
board/freescale/common/Kconfig