summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Prado <sergio.prado@toradex.com>2023-04-25 12:12:48 -0300
committerSergio Prado <sergio.prado@toradex.com>2023-05-02 08:34:27 -0300
commit09985651db175602270a1dfecb10b4190aae92ad (patch)
tree5bbe633ab4d909c549bf02d216546665f8a4c2d7
parentb79848f225ac832ca0e973eb6cd7784bb6827f44 (diff)
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 <sergio.prado@toradex.com>
-rw-r--r--configs/verdin-imx8mp_defconfig1
1 files changed, 1 insertions, 0 deletions
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