diff options
| author | Tom Rini <[email protected]> | 2023-01-10 21:13:57 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-01-10 21:13:57 -0500 |
| commit | ee4f86cc042129abf1b16fcfbf4fc705b03375b6 (patch) | |
| tree | ca9cfbbf3da8c77a8728e674b7495e56b8bc813f /Kconfig | |
| parent | 92bdaecf39a1c02c49bc940f06f5ac80daf1b2ad (diff) | |
| parent | 367c9e0614e85f1407115054d5cf56c08cc7a9ff (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-- | Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
