From 09985651db175602270a1dfecb10b4190aae92ad Mon Sep 17 00:00:00 2001 From: Sergio Prado Date: Tue, 25 Apr 2023 12:12:48 -0300 Subject: configs: verdin-imx8mp: enable ARCH_MISC_INIT 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 Upstream-Status: Submitted [https://lore.kernel.org/all/20230502085751.496122-1-marcel@ziswiler.com/] Signed-off-by: Sergio Prado --- configs/verdin-imx8mp_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/verdin-imx8mp_defconfig b/configs/verdin-imx8mp_defconfig index b4b8f509ad..024dd74b83 100644 --- a/configs/verdin-imx8mp_defconfig +++ b/configs/verdin-imx8mp_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_IMX8M=y +CONFIG_ARCH_MISC_INIT=y CONFIG_SYS_TEXT_BASE=0x40200000 CONFIG_SYS_MALLOC_F_LEN=0x10000 CONFIG_SPL_GPIO=y -- cgit v1.2.3