projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636ac18
)
ARM: rpi: increase CONFIG_SYS_MAXARGS
author
Stephen Warren
<swarren@wwwdotorg.org>
Tue, 16 Feb 2016 00:38:02 +0000
(17:38 -0700)
committer
Tom Rini
<trini@konsulko.com>
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 <swarren@wwwdotorg.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/rpi-common.h
patch
|
blob
|
history
diff --git
a/include/configs/rpi-common.h
b/include/configs/rpi-common.h
index e07fa6566e67a3b4154a3c2336eec7abb9efeb8a..2c3b02677a093a65d6456d488813e03aa4f79c6b 100644
(file)
--- 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 */