[U-Boot] [PATCH] ARM: rpi: increase CONFIG_SYS_MAXARGS
Stephen Warren
swarren at wwwdotorg.org
Tue Feb 16 01:38:02 CET 2016
This allows all the hush tests implemented in test/py to pass, under qemu
at least.
Signed-off-by: Stephen Warren <swarren at wwwdotorg.org>
---
Note, RPi U-Boot only fully works under a downstream U-Boot at present:
https://github.com/0xabu/qemu. Upstreaming is in progress.
---
include/configs/rpi-common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h
index 927bae78eb5a..063a624a7400 100644
--- a/include/configs/rpi-common.h
+++ b/include/configs/rpi-common.h
@@ -117,7 +117,7 @@
#define CONFIG_PREBOOT "usb start"
/* Shell */
-#define CONFIG_SYS_MAXARGS 8
+#define CONFIG_SYS_MAXARGS 16
#define CONFIG_COMMAND_HISTORY
/* Commands */
--
1.9.1
More information about the U-Boot
mailing list