From d31466b382dd05a5439d12d69ddd6e8eaff0e5e6 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 11 May 2022 18:01:06 -0400 Subject: Convert CONFIG_SYS_CBSIZE to Kconfig This converts the following to Kconfig: CONFIG_SYS_CBSIZE Signed-off-by: Tom Rini --- include/configs/xtfpga.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/xtfpga.h') diff --git a/include/configs/xtfpga.h b/include/configs/xtfpga.h index 92e5b436a32..89b6d198d7f 100644 --- a/include/configs/xtfpga.h +++ b/include/configs/xtfpga.h @@ -98,7 +98,6 @@ /*==============================*/ /* Console I/O Buffer Size */ -#define CONFIG_SYS_CBSIZE 1024 /* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE -- cgit v1.2.3