summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx9/Kconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2021-12-28 12:40:15 +0800
committerYe Li <ye.li@nxp.com>2022-07-06 22:35:57 +0800
commit4b208af40c39fdfcd341904fd997a2c9dbc37218 (patch)
treef44dc390586e015f8999712e77cc9a48cd04af1a /arch/arm/mach-imx/imx9/Kconfig
parentef03a19193a2316c4782bf5825d171e534700976 (diff)
LFU-330-20 arm: imx9: Probe S4MU after u-boot relocation
Since the S4MU will not auto probe, need to probe it explicitly. arch_cpu_init_dm only probes it for board_f phase, also need to probe it again for board_r phase Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm/mach-imx/imx9/Kconfig')
-rw-r--r--arch/arm/mach-imx/imx9/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx9/Kconfig b/arch/arm/mach-imx/imx9/Kconfig
index dae9f658e6..3a4a6f1338 100644
--- a/arch/arm/mach-imx/imx9/Kconfig
+++ b/arch/arm/mach-imx/imx9/Kconfig
@@ -7,6 +7,7 @@ config AHAB_BOOT
config IMX9
bool
+ select ARCH_EARLY_INIT_R
select HAS_CAAM
select ROM_UNIFIED_SECTIONS