mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00:00
cmd: increase default for SYS_MAXARGS
The value of CONFIG SYS_MAXARGS limits the usability of the 'for' command. The current default of 16 is too low for some use case. Cf. https://bugs.launchpad.net/snap-core18/+bug/1910094 Increase the default to 64. Reported-by: Dave Jones <dave.jones@canonical.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
dd83c1c865
commit
cc7e3d1929
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ config SYS_PROMPT_HUSH_PS2
|
|||
|
||||
config SYS_MAXARGS
|
||||
int "Maximum number arguments accepted by commands"
|
||||
default 16
|
||||
default 64
|
||||
|
||||
config SYS_XTRACE
|
||||
bool "Command execution tracer"
|
||||
|
|
Loading…
Add table
Reference in a new issue