]> git.baikalelectronics.ru Git - uboot.git/commit
include/config_fallbacks.h: add default for CONFIG_SYS_MAXARGS
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 23 Aug 2017 20:59:03 +0000 (22:59 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 3 Sep 2017 19:30:29 +0000 (15:30 -0400)
commite93e1570a1815ade129a5fab020e5128ab170a9c
tree69c5d93112430ab93ea73c6088478981d9e26ecc
parentb7dcaca2b9b7931ed6af4019b2681b99a59a0799
include/config_fallbacks.h: add default for CONFIG_SYS_MAXARGS

CONFIG_SYS_MAXARGS contains the maximum number of arguments accepted
by U-Boot commands. Since the vast majority of the platforms define it
to 16, it makes sense to have a default definition to 16, which will
allow to remove this definition from a significant number of
platforms.

It will allow to remove the default definition from 216 platform .h
files, leaving only 56 platforms with non-default values (15, 24, 32,
48, 64, 96, 128 or 256).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/config_fallbacks.h