mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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 <primoz.fiser@norik.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
committed by
Fabio Estevam
parent
69d4387575
commit
60f6514608
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user