ARM: rpi: increase CONFIG_SYS_MAXARGS
authorStephen Warren <[email protected]>
Tue, 16 Feb 2016 00:38:02 +0000 (17:38 -0700)
committerTom Rini <[email protected]>
Fri, 26 Feb 2016 13:42:10 +0000 (08:42 -0500)
This allows all the hush tests implemented in test/py to pass, under qemu
at least.

Signed-off-by: Stephen Warren <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
include/configs/rpi-common.h

index e07fa6566e67a3b4154a3c2336eec7abb9efeb8a..2c3b02677a093a65d6456d488813e03aa4f79c6b 100644 (file)
 #define CONFIG_PREBOOT                 "usb start"
 
 /* Shell */
-#define CONFIG_SYS_MAXARGS             8
+#define CONFIG_SYS_MAXARGS             16
 #define CONFIG_COMMAND_HISTORY
 
 /* Commands */