diff options
author | Fabio Estevam <festevam@denx.de> | 2021-08-24 07:58:48 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-10-19 10:51:39 +0200 |
commit | 9d8f87f0cd8a81e04fa61f613fd6bf54f4c123a2 (patch) | |
tree | e08db92debae5e853d12cc93fde5b122d9b2dd04 /configs | |
parent | 04f423e41d0f109c531c9aa5116a0b71e2b35399 (diff) | |
download | u-boot-9d8f87f0cd8a81e04fa61f613fd6bf54f4c123a2.zip u-boot-9d8f87f0cd8a81e04fa61f613fd6bf54f4c123a2.tar.gz u-boot-9d8f87f0cd8a81e04fa61f613fd6bf54f4c123a2.tar.bz2 |
smegw01: Select IMX_HAB
Select IMX_HAB to allow secure boot.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/smegw01_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/smegw01_defconfig b/configs/smegw01_defconfig index 0475dc9..1469c46 100644 --- a/configs/smegw01_defconfig +++ b/configs/smegw01_defconfig @@ -14,6 +14,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_HUSH_PARSER=y |