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:
d6d82cb
)
ARM: zynq: Increase input buffer console size to 2k
author
Michal Simek
<michal.simek@xilinx.com>
Tue, 10 Sep 2019 13:49:42 +0000
(15:49 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Tue, 8 Oct 2019 07:41:27 +0000
(09:41 +0200)
ZynqMP and Versal is using 2k that's why aligned all platform together to
be able to use the same scripts.
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 785377e0b6f46d7bbe1461bab848cf6542951c50..283a78494116a42d513a3d60cb8b2315d57db668 100644
(file)
--- a/
include/configs/zynq-common.h
+++ b/
include/configs/zynq-common.h
@@
-257,6
+257,7
@@
#define CONFIG_CLOCKS
#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
+#define CONFIG_SYS_CBSIZE 2048 /* Console I/O Buffer Size */
#define CONFIG_SYS_MEMTEST_START 0
#define CONFIG_SYS_MEMTEST_END 0x1000