commit | 1b3d8787721990c01da578c5e797a0c6ff04f8e3 | [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 | 99e2ce0879cf1211f780094ed91d2686e44e124d [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>