]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: increase default for SYS_MAXARGS
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 15 Jan 2024 13:46:56 +0000 (14:46 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 24 Jan 2024 16:12:11 +0000 (11:12 -0500)
commitcc7e3d1929342f9beb998933e26ce5e89d52a8fb
tree7264ed3433e31c688f086f74fd45be92545bdac7
parentdd83c1c865f5bd94efae10d4a8e519ad08c8486b
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>
cmd/Kconfig