Skip to content
Snippets Groups Projects
Commit 8567717d authored by Michal Simek's avatar Michal Simek
Browse files

ARM: zynq: Increase input buffer console size to 2k


ZynqMP and Versal is using 2k that's why aligned all platform together to
be able to use the same scripts.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent d6d82cb0
No related branches found
No related tags found
No related merge requests found
...@@ -257,6 +257,7 @@ ...@@ -257,6 +257,7 @@
#define CONFIG_CLOCKS #define CONFIG_CLOCKS
#define CONFIG_SYS_MAXARGS 32 /* max number of command args */ #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_START 0
#define CONFIG_SYS_MEMTEST_END 0x1000 #define CONFIG_SYS_MEMTEST_END 0x1000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment