summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrimoz Fiser <[email protected]>2026-04-15 13:46:58 +0200
committerFabio Estevam <[email protected]>2026-04-21 20:49:39 -0300
commit60f651460849aa9f12ceee8246c169a9dd55e55c (patch)
tree35caf56548d7c40a9a7c7e9a8e61bcd0acdca75f
parent69d43875759087621449f607f29da4eb86f6b866 (diff)
imx: imx9: Select ARCH_MISC_INIT for all i.MX9 SoCs
Instead of adding select ARCH_MISC_INIT for each i.MX 9x SoC, select it at the i.MX9 family Kconfig level. The corresponding arch_misc_init() is already defined in the common arch/arm/mach-imx/imx9/soc.c file and will print out ELE firmware BuildInfo for all i.MX9 SoCs now instead of just i.MX91 and i.MX95. Signed-off-by: Primoz Fiser <[email protected]> Reviewed-by: Peng Fan <[email protected]>
-rw-r--r--arch/arm/mach-imx/imx9/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/imx9/Kconfig b/arch/arm/mach-imx/imx9/Kconfig
index 2308457df23..12eb0af88a7 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_MISC_INIT
select BINMAN
select CPU
select CPU_IMX
@@ -22,7 +23,6 @@ config IMX93
config IMX91
bool
select IMX9
- select ARCH_MISC_INIT
select ARMV8_SPL_EXCEPTION_VECTORS
config IMX95_A0
@@ -30,7 +30,6 @@ config IMX95_A0
config IMX95
bool
- select ARCH_MISC_INIT
select ARMV8_SPL_EXCEPTION_VECTORS
select IMX9
select DM_MAILBOX