summaryrefslogtreecommitdiff
path: root/common/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 /common/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 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 47d17f4e7c6..ee26bf8c96b 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -55,7 +55,7 @@ config CONSOLE_RECORD_IN_SIZE
config SYS_CBSIZE
int "Console input buffer size"
default 2048 if ARCH_TEGRA || ARCH_VERSAL || ARCH_ZYNQ || ARCH_ZYNQMP || \
- RCAR_GEN3 || TARGET_SOCFPGA_SOC64
+ RCAR_GEN3 || ARCH_SOCFPGA_SOC64
default 512 if ARCH_MX5 || ARCH_MX6 || ARCH_MX7 || FSL_LSCH2 || \
FSL_LSCH3 || X86
default 256 if M68K || PPC