X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Kconfig;h=305b265ed7134aaf6b3198de6c90e6c9b91aa133;hb=e6a27693609cc25d8fe338f9186b54053a458c32;hp=ad32c1d36d25f30ad134592600c9c9772e38e7c1;hpb=dc146ca111873b1eabb9d0249ce0c1ec44e82a26;p=oweals%2Fu-boot.git diff --git a/Kconfig b/Kconfig index ad32c1d36d..305b265ed7 100644 --- a/Kconfig +++ b/Kconfig @@ -226,10 +226,12 @@ config BUILD_ROM config BUILD_TARGET string "Build target special images" - default "u-boot-with-spl.sfp" if ARCH_SOCFPGA - default "u-boot-spl.kwb" if ARCH_MVEBU && SPL_BUILD + default "u-boot-with-spl.sfp" if TARGET_SOCFPGA_ARRIA10 + default "u-boot-with-spl.sfp" if TARGET_SOCFPGA_GEN5 + default "u-boot-spl.kwb" if ARCH_MVEBU && SPL default "u-boot-elf.srec" if RCAR_GEN3 default "u-boot.itb" if SPL_LOAD_FIT && ARCH_SUNXI + default "u-boot.kwb" if KIRKWOOD help Some SoCs need special image types (e.g. U-Boot binary with a special header) as build targets. By defining