diff mbox series

[v1] configs: verdin-imx8mp: enable ARCH_MISC_INIT

Message ID 20230502085751.496122-1-marcel@ziswiler.com
State Accepted
Commit 7a63432e9d1b474a9bffb814b4e08e338256989c
Delegated to: Stefano Babic
Headers show
Series [v1] configs: verdin-imx8mp: enable ARCH_MISC_INIT | expand

Commit Message

Marcel Ziswiler May 2, 2023, 8:57 a.m. UTC
From: Sergio Prado <sergio.prado@toradex.com>

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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic July 11, 2023, 7:47 p.m. UTC | #1
> From: Sergio Prado <sergio.prado@toradex.com>
> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/verdin-imx8mp_defconfig b/configs/verdin-imx8mp_defconfig
index f0856aca9cc..97f4158ba63 100644
--- a/configs/verdin-imx8mp_defconfig
+++ b/configs/verdin-imx8mp_defconfig
@@ -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