mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
ARM: rpi: increase CONFIG_SYS_MAXARGS
This allows all the hush tests implemented in test/py to pass, under qemu at least. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
636ac181fa
commit
1f60d7c6e9
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
|||
#define CONFIG_PREBOOT "usb start"
|
||||
|
||||
/* Shell */
|
||||
#define CONFIG_SYS_MAXARGS 8
|
||||
#define CONFIG_SYS_MAXARGS 16
|
||||
#define CONFIG_COMMAND_HISTORY
|
||||
|
||||
/* Commands */
|
||||
|
|
Loading…
Add table
Reference in a new issue