diff options
author | Jun Nie <jun.nie@linaro.org> | 2019-07-16 15:42:56 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-13 22:49:11 +0200 |
commit | b86745efea580e0da82dc061afc5159f0809e057 (patch) | |
tree | 7714439acb425419b8f37eef472baf1402a3b06d /configs | |
parent | 43db8e3e41c4e70641c64984918572dfe3facdb1 (diff) | |
download | u-boot-b86745efea580e0da82dc061afc5159f0809e057.zip u-boot-b86745efea580e0da82dc061afc5159f0809e057.tar.gz u-boot-b86745efea580e0da82dc061afc5159f0809e057.tar.bz2 |
pico-imx7d: add config to enable CAAM
Add config to enable CAAM so that hardware random number generator
works.
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/pico-imx7d_bl33_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |