[U-Boot] [PATCH 1/3] pico-imx7d: add config to enable CAAM

Jun Nie jun.nie at linaro.org
Tue Jul 16 07:42:56 UTC 2019


Add config to enable CAAM so that hardware random number generator
works.

Signed-off-by: Jun Nie <jun.nie at linaro.org>
---
 configs/pico-imx7d_bl33_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/pico-imx7d_bl33_defconfig b/configs/pico-imx7d_bl33_defconfig
index b609b6d..5ef55d3 100644
--- a/configs/pico-imx7d_bl33_defconfig
+++ b/configs/pico-imx7d_bl33_defconfig
@@ -4,6 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x87800000
 CONFIG_SPL_GPIO_SUPPORT=y
 CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y
+CONFIG_SECURE_BOOT=y
 CONFIG_TARGET_PICO_IMX7D=y
 CONFIG_SPL_MMC_SUPPORT=y
 CONFIG_SPL_SERIAL_SUPPORT=y
-- 
2.7.4



More information about the U-Boot mailing list