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/stm32f429-discovery.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/stm32f429-discovery.h') diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index 52a752916ef..024d75af3b1 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -59,8 +59,6 @@ #define CONFIG_SYS_CBSIZE 1024 -#define CONFIG_SYS_MAXARGS 16 - #define CONFIG_SYS_MALLOC_LEN (2 << 20) #define CONFIG_BOOTCOMMAND \ -- cgit v1.2.3