summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-01-10 21:13:57 -0500
committerTom Rini <[email protected]>2023-01-10 21:13:57 -0500
commitee4f86cc042129abf1b16fcfbf4fc705b03375b6 (patch)
treeca9cfbbf3da8c77a8728e674b7495e56b8bc813f /Kconfig
parent92bdaecf39a1c02c49bc940f06f5ac80daf1b2ad (diff)
parent367c9e0614e85f1407115054d5cf56c08cc7a9ff (diff)
Merge branch '2023-01-10-platform-updates'
- Platform updates for TI, nuvoton pinctrl, starqltechn/sdm845 fixes, and assorted platform CONFIG_BUILD_TARGET corrections
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/Kconfig b/Kconfig
index d29519c18bd..a75cce7e28f 100644
--- a/Kconfig
+++ b/Kconfig
@@ -456,11 +456,12 @@ config BUILD_TARGET
string "Build target special images"
default "u-boot-with-spl.sfp" if TARGET_SOCFPGA_ARRIA10
default "u-boot-with-spl.sfp" if TARGET_SOCFPGA_GEN5
- default "u-boot-with-spl.kwb" if ARCH_MVEBU && SPL
+ default "u-boot-with-spl.kwb" if ARMADA_32BIT && SPL
default "u-boot-elf.srec" if RCAR_GEN3
default "u-boot.itb" if !BINMAN && SPL_LOAD_FIT && (ARCH_ROCKCHIP || \
ARCH_SUNXI || RISCV || ARCH_ZYNQMP)
- default "u-boot.kwb" if ARCH_KIRKWOOD
+ default "u-boot.kwb" if (ARCH_KIRKWOOD || ARMADA_32BIT) && !SPL
+ default "u-boot-with-spl.bin" if MPC85xx && !E500MC && !E5500 && !E6500 && SPL
default "u-boot-with-spl.bin" if ARCH_AT91 && SPL_NAND_SUPPORT
default "u-boot-with-spl.imx" if ARCH_MX6 && SPL
help