diff mbox series

[3/3] smegw01: Select IMX_HAB

Message ID 20210824105848.2704098-3-festevam@denx.de
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show
Series [1/3] smegw01: Pass 'mmcpart' to the kernel command line | expand

Commit Message

Fabio Estevam Aug. 24, 2021, 10:58 a.m. UTC
Select IMX_HAB to allow secure boot.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 configs/smegw01_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Oct. 20, 2021, 12:20 p.m. UTC | #1
> Select IMX_HAB to allow secure boot.
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/smegw01_defconfig b/configs/smegw01_defconfig
index 8e2e95765b..0c980213b8 100644
--- a/configs/smegw01_defconfig
+++ b/configs/smegw01_defconfig
@@ -13,6 +13,7 @@  CONFIG_ARMV7_BOOT_SEC_DEFAULT=y
 # CONFIG_ARMV7_VIRT is not set
 CONFIG_IMX_RDC=y
 CONFIG_IMX_BOOTAUX=y
+CONFIG_IMX_HAB=y
 CONFIG_FIT=y
 CONFIG_FIT_VERBOSE=y
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/storopack/smegw01/imximage.cfg"