From: Jun Nie Date: Tue, 16 Jul 2019 07:42:56 +0000 (+0800) Subject: pico-imx7d: add config to enable CAAM X-Git-Tag: v2020.10~554^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b86745efea580e0da82dc061afc5159f0809e057;p=platform%2Fkernel%2Fu-boot.git pico-imx7d: add config to enable CAAM Add config to enable CAAM so that hardware random number generator works. Signed-off-by: Jun Nie --- diff --git a/configs/pico-imx7d_bl33_defconfig b/configs/pico-imx7d_bl33_defconfig index d775244..c3c309c 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