commit | 7ba1e9dca403f869241e09dec13c84d78a54997f | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Fri Jun 23 09:44:59 2023 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Thu Jul 13 11:29:40 2023 +0200 |
tree | d5adefd7ff704f653094907b148e41c14bcad2fa | |
parent | 55475296308f6c11da3bb3bd38da5d9fb5508c30 [diff] |
configs: imx8m: Prepare imx8m-venice boards for HAB support In order to enable HAB, FSL_CAAM, ARCH_MISC_INIT and SPL_CRYPTO should be enabled in Kconfig like other i.MX8M boards. This also needs to occur in the SPL so enable CONFIG_SPL_BOARD_INIT and add a void spl_board_init function which calls arch_misc_init to probe the CAAM driver. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>