commit | 1f20fc53b382ece8da7440f354b219deb7ed19df | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Wed Aug 23 22:59:04 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Sep 03 15:30:29 2017 -0400 |
tree | 13db6c6e6907d360956947ba99e08c2067d4e652 | |
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>