Skip to content
Snippets Groups Projects
Commit bb939d7a authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Tom Rini
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 432e3980
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment