diff options
| author | Tien Fong Chee <[email protected]> | 2026-02-13 20:27:23 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-14 11:06:46 -0600 |
| commit | 62f7a94602094617ac384839ed695c2906893a88 (patch) | |
| tree | 58193d9dd44a440ac7db1cfd7a7a833c79ebbcc9 /Kconfig | |
| parent | 3d1dc5b79fe80b16eae2738e7f753752befa5881 (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-- | Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
