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/rsk7264.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/rsk7264.h') diff --git a/include/configs/rsk7264.h b/include/configs/rsk7264.h index b958e21fcc..d717562f8e 100644 --- a/include/configs/rsk7264.h +++ b/include/configs/rsk7264.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_LONGHELP 1 /* undef to save memory */ #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ -#define CONFIG_SYS_MAXARGS 16 /* max args accepted for monitor commands */ /* Serial */ #define CONFIG_CONS_SCIF3 1 -- cgit v1.2.1