diff mbox series

[U-Boot,3/3] Kconfig: Set default BUILD_TARGET for ARCH_MX6 with SPL

Message ID 20190920160910.13380-3-sr@denx.de
State Accepted
Commit 4f761dd237a446a89b1deaaf975e9af2c54241b1
Delegated to: Stefano Babic
Headers show
Series [U-Boot,1/3] ARM: imx: Add QSPI boot mode for i.MX6UL/ULL | expand

Commit Message

Stefan Roese Sept. 20, 2019, 4:09 p.m. UTC
Use BUILD_TARGET to automatically build "u-boot-with-spl.imx" on MX6
targets with SPL.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/Kconfig b/Kconfig
index 1f0904f704..66b059f749 100644
--- a/Kconfig
+++ b/Kconfig
@@ -256,6 +256,7 @@  config BUILD_TARGET
 				ARCH_SUNXI || RISCV)
 	default "u-boot.kwb" if KIRKWOOD
 	default "u-boot-with-spl.bin" if ARCH_AT91 && SPL_NAND_SUPPORT
+	default "u-boot-with-spl.imx" if ARCH_MX6 && SPL
 	help
 	  Some SoCs need special image types (e.g. U-Boot binary
 	  with a special header) as build targets. By defining