Skip to content
Snippets Groups Projects
Commit 1f60d7c6 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

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: default avatarStephen Warren <swarren@wwwdotorg.org>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 636ac181
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
#define CONFIG_PREBOOT "usb start" #define CONFIG_PREBOOT "usb start"
/* Shell */ /* Shell */
#define CONFIG_SYS_MAXARGS 8 #define CONFIG_SYS_MAXARGS 16
#define CONFIG_COMMAND_HISTORY #define CONFIG_COMMAND_HISTORY
/* Commands */ /* Commands */
......
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