From 1f20fc53b382ece8da7440f354b219deb7ed19df Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 23 Aug 2017 22:59:04 +0200 Subject: include/configs: drop default definitions of CONFIG_SYS_MAXARGS Now that include/config_fallbacks.h define a sane fallback for CONFIG_SYS_MAXARGS, we can drop the definition of this constant in all configurations that were using the default value. Signed-off-by: Thomas Petazzoni Reviewed-by: Tom Rini --- include/configs/apf27.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/apf27.h') diff --git a/include/configs/apf27.h b/include/configs/apf27.h index a5d27a2935..c8eacdd7f8 100644 --- a/include/configs/apf27.h +++ b/include/configs/apf27.h @@ -103,7 +103,6 @@ */ #define CONFIG_SYS_LONGHELP #define CONFIG_SYS_CBSIZE 2048 /* console I/O buffer */ -#define CONFIG_SYS_MAXARGS 16 /* max command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot argument buffer size */ #define CONFIG_AUTO_COMPLETE -- cgit