diff options
author | Thomas Petazzoni | 2017-08-23 22:59:04 +0200 |
---|---|---|
committer | Tom Rini | 2017-09-03 15:30:29 -0400 |
commit | 1f20fc53b382ece8da7440f354b219deb7ed19df (patch) | |
tree | 13db6c6e6907d360956947ba99e08c2067d4e652 /include/configs/legoev3.h | |
parent | bb939d7a6da499dce7fa44aac60a2055f47698a4 (diff) |
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 <thomas.petazzoni@free-electrons.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/legoev3.h')
-rw-r--r-- | include/configs/legoev3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index bc953d71ee8..c27373c56c2 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -143,7 +143,6 @@ */ #define CONFIG_BOOTFILE "uImage" /* Boot file name */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ -#define CONFIG_SYS_MAXARGS 16 /* max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */ #define CONFIG_SYS_LOAD_ADDR (PHYS_SDRAM_1 + 0x700000) #define CONFIG_AUTO_COMPLETE |