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:
2e38a90
)
ARM: zynq: Extend maximum number of command arguments
author
Michal Simek
<michal.simek@xilinx.com>
Fri, 25 Apr 2014 11:33:19 +0000
(13:33 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Wed, 14 May 2014 05:46:40 +0000
(07:46 +0200)
15 was too small for variables stored in file on MMC.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/zynq-common.h
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index 09d6c55ca900e58832b187db0729ee2f9a61eddf..d2149b3c2b88d64fe8621105c9435ac9f1b595c3 100644
(file)
--- a/
include/configs/zynq-common.h
+++ b/
include/configs/zynq-common.h
@@
-188,7
+188,7
@@
#define CONFIG_SYS_LONGHELP
#define CONFIG_CLOCKS
#define CONFIG_CMD_CLK
-#define CONFIG_SYS_MAXARGS
15
/* max number of command args */
+#define CONFIG_SYS_MAXARGS
32
/* max number of command args */
#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
sizeof(CONFIG_SYS_PROMPT) + 16)