aboutsummaryrefslogtreecommitdiff
path: root/configs/imx8mm_venice_defconfig
diff options
context:
space:
mode:
authorTim Harvey2023-06-23 09:44:59 -0700
committerStefano Babic2023-07-13 11:29:40 +0200
commitc8645e74113c62e724f1f091acff28f8dccb18c8 (patch)
treed5adefd7ff704f653094907b148e41c14bcad2fa /configs/imx8mm_venice_defconfig
parent3d634b0b4460919ecc6ad236786ba9fcacdbe3d0 (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>
Diffstat (limited to 'configs/imx8mm_venice_defconfig')
-rw-r--r--configs/imx8mm_venice_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mm_venice_defconfig b/configs/imx8mm_venice_defconfig
index e533a40f24a..a485910a529 100644
--- a/configs/imx8mm_venice_defconfig
+++ b/configs/imx8mm_venice_defconfig
@@ -36,6 +36,7 @@ CONFIG_BOARD_LATE_INIT=y
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
CONFIG_SPL_BSS_START_ADDR=0x910000
CONFIG_SPL_BSS_MAX_SIZE=0x2000
+CONFIG_SPL_BOARD_INIT=y
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set
CONFIG_SYS_SPL_MALLOC=y
CONFIG_HAS_CUSTOM_SPL_MALLOC_START=y