diff options
author | Tim Harvey | 2023-12-14 08:25:42 -0800 |
---|---|---|
committer | Fabio Estevam | 2023-12-20 15:00:47 -0300 |
commit | cd3387f132f5f02789b8b7ba26094ed91b9eb457 (patch) | |
tree | 78a5e92545c44667cfaa35b2da9ba84d50ff087b /configs/imx8mm_venice_defconfig | |
parent | c0689191f1205289ec5f422a9e707fa466907f69 (diff) |
configs: imx8m{m, n, p}_venice_defconfig: add arch_misc_init
Enable call to arch_misc_init in order to probe the CAAM driver.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/imx8mm_venice_defconfig')
-rw-r--r-- | configs/imx8mm_venice_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mm_venice_defconfig b/configs/imx8mm_venice_defconfig index 01cfb96b0ee..04b738f5d9c 100644 --- a/configs/imx8mm_venice_defconfig +++ b/configs/imx8mm_venice_defconfig @@ -31,6 +31,7 @@ CONFIG_OF_BOARD_SETUP=y CONFIG_OF_SYSTEM_SETUP=y CONFIG_USE_PREBOOT=y CONFIG_PREBOOT="gsc wd-disable" +CONFIG_ARCH_MISC_INIT=y CONFIG_BOARD_LATE_INIT=y CONFIG_SPL_HAS_BSS_LINKER_SECTION=y CONFIG_SPL_BSS_START_ADDR=0x910000 |