]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: verdin-imx8mp: enable ARCH_MISC_INIT
authorSergio Prado <sergio.prado@toradex.com>
Tue, 2 May 2023 08:57:50 +0000 (10:57 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jul 2023 12:40:03 +0000 (14:40 +0200)
This is required to boot a FIT image, otherwise the caam_jr driver is
not initialized and the hash verification fails with the following
error:

Verifying Hash Integrity ... sha256dev_get_priv: null device
CAAM was not setup properly or it is faulty

Signed-off-by: Sergio Prado <sergio.prado@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
configs/verdin-imx8mp_defconfig

index f1fa2b8f496ca5cc8f17e827094bd86058f0e29e..faf57fd473ec8ccec9fef3b832d6a06533ac6d98 100644 (file)
@@ -42,6 +42,7 @@ CONFIG_PREBOOT="test -n ${fdtfile} || setenv fdtfile imx8mp-verdin-${variant}-${
 CONFIG_LOG=y
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
+CONFIG_ARCH_MISC_INIT=y
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_BOARD_LATE_INIT=y
 CONFIG_SPL_MAX_SIZE=0x26000