summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2019-09-20 18:09:10 +0200
committerStefano Babic <sbabic@denx.de>2019-10-08 16:36:36 +0200
commit4f761dd237a446a89b1deaaf975e9af2c54241b1 (patch)
treebf641422e37d136b53e912123376977ab6046f8d /Kconfig
parent2a9f86b27724a56293c152a8b21ee473672cef90 (diff)
Kconfig: Set default BUILD_TARGET for ARCH_MX6 with SPL
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>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
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