summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2016-02-15 17:38:02 -0700
committerTom Rini <trini@konsulko.com>2016-02-26 08:42:10 -0500
commit1f60d7c6e983fbbd1da66a2437b7e9f09e36c7ac (patch)
tree2d6a893fd253d3e5a742a19540c1abf7bc0b5d86
parent636ac181fa66c45a0761d89f711ae52f68dce095 (diff)
downloadtalos-obmc-uboot-1f60d7c6e983fbbd1da66a2437b7e9f09e36c7ac.tar.gz
talos-obmc-uboot-1f60d7c6e983fbbd1da66a2437b7e9f09e36c7ac.zip
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>
-rw-r--r--include/configs/rpi-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h
index e07fa6566e..2c3b02677a 100644
--- a/include/configs/rpi-common.h
+++ b/include/configs/rpi-common.h
@@ -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 */
OpenPOWER on IntegriCloud