mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-04-16 03:21:04 +02:00
The CAAM JR driver is initialized from arch_misc_init(). If ARCH_MISC_INIT is not enabled, the driver is never initialized, which can lead to crashes or hangs (e.g. during hash operations). Select ARCH_MISC_INIT when enabling FSL_CAAM to ensure proper initialization. Signed-off-by: Heiko Schocher <hs@nabladev.com> Suggested-by: Fabio Estevam <festevam@nabladev.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>