[PATCH v2 1/8] Kconfig: update build-target for MX7 with SPL
Alexander Feilke
Alexander.Feilke at ew.tq-group.com
Wed Mar 25 10:57:54 CET 2026
From: Alexander Feilke <alexander.feilke at ew.tq-group.com>
Prepare for MX7-based module with SPL support.
Signed-off-by: Alexander Feilke <alexander.feilke at ew.tq-group.com>
---
Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Kconfig b/Kconfig
index b52331d6ff2..4bc05d43ee2 100644
--- a/Kconfig
+++ b/Kconfig
@@ -522,7 +522,7 @@ config BUILD_TARGET
default "u-boot-elf.srec" if RCAR_64
default "u-boot-with-spl.bin" if ARCH_AT91 && SPL_NAND_SUPPORT
default "u-boot-with-spl.bin" if MPC85xx && !E500MC && !E5500 && !E6500 && SPL
- default "u-boot-with-spl.imx" if ARCH_MX6 && SPL
+ default "u-boot-with-spl.imx" if (ARCH_MX6 || ARCH_MX7) && SPL
default "u-boot-with-spl.kwb" if ARMADA_32BIT && SPL
default "u-boot-with-spl.sfp" if ARCH_SOCFPGA_ARRIA10
default "u-boot-with-spl.sfp" if ARCH_SOCFPGA_GEN5
--
2.34.1
More information about the U-Boot
mailing list