Re: [PATCH 1/1] cmd: increase default for SYS_MAXARGS

2024-01-25 Thread Tom Rini
On Mon, Jan 15, 2024 at 02:46:56PM +0100, Heinrich Schuchardt wrote: > 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. >

[PATCH 1/1] cmd: increase default for SYS_MAXARGS

2024-01-15 Thread Heinrich Schuchardt
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 Signed-off-by: Heinrich Schuchardt --- cmd/Kconfig | 2