
-----Original Message----- From: Tom Rini [mailto:trini@konsulko.com] Sent: Thursday, August 24, 2017 12:50 AM To: Sumit Garg sumit.garg@nxp.com Cc: u-boot@lists.denx.de; Ruchika Gupta ruchika.gupta@nxp.com Subject: Re: [U-Boot] [PATCH] configs: SECURE_BOOT: Enable CONFIG_CMD_EXT4_WRITE
On Wed, Aug 23, 2017 at 10:59:21AM +0530, Sumit Garg wrote:
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 all Secure Boot defconfigs.
Signed-off-by: Sumit Garg sumit.garg@nxp.com
You should imply or select this, I suspect, from boards/freescale/common/Kconfig somewhere, thanks!
-- Tom
Thanks Tom for your review. I would enable CONFIG_CMD_EXT4_WRITE via boards/freescale/common/Kconfig.
Sumit