summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorTien Fong Chee <[email protected]>2026-02-13 20:27:23 +0800
committerTom Rini <[email protected]>2026-02-14 11:06:46 -0600
commit62f7a94602094617ac384839ed695c2906893a88 (patch)
tree58193d9dd44a440ac7db1cfd7a7a833c79ebbcc9 /Kconfig
parent3d1dc5b79fe80b16eae2738e7f753752befa5881 (diff)
Replace TARGET namespace and cleanup properly
TARGET namespace is for machines / boards / what-have-you that building U-Boot for. Simply replace from TARGET to ARCH make things more clear and proper for ALL SoCFPGA. Signed-off-by: Brian Sune <[email protected]> Reviewed-by: Tien Fong Chee <[email protected]> # Conflicts: # drivers/ddr/altera/Makefile
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kconfig b/Kconfig
index ce25ea24a60..a50b4c8c68a 100644
--- a/Kconfig
+++ b/Kconfig
@@ -524,8 +524,8 @@ config BUILD_TARGET
default "u-boot-with-spl.bin" if MPC85xx && !E500MC && !E5500 && !E6500 && SPL
default "u-boot-with-spl.imx" if ARCH_MX6 && SPL
default "u-boot-with-spl.kwb" if ARMADA_32BIT && SPL
- 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.sfp" if ARCH_SOCFPGA_ARRIA10
+ default "u-boot-with-spl.sfp" if ARCH_SOCFPGA_GEN5
default "u-boot.itb" if !BINMAN && SPL_LOAD_FIT && (ARCH_ROCKCHIP || \
RISCV || ARCH_ZYNQMP)
default "u-boot.kwb" if (ARCH_KIRKWOOD || ARMADA_32BIT) && !SPL