mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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>
This commit is contained in:
parent
43db8e3e41
commit
b86745efea
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue