X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Kconfig;h=66b059f749a7eeb2dfbd2f6413477b4298444a11;hb=b7fe6fd01fbebdeaa5c64d0f0124212f1bf859a8;hp=1f0904f7045e965a6c3e26f6f2e465dc3d39c06c;hpb=e4b8dd9b34021241cd05d5cc9d24b4ae34657830;p=oweals%2Fu-boot.git 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