From 0ed92360c753feefbb7ab096174f1f0e4f607d49 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 15 Jan 2015 11:37:21 +0100 Subject: [PATCH] zynqmp: Unify console I/O Buffer size with Zynq The reason for using bigger value is user configuration with scripts on SD. Also unification with Zynq. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index df6dcc314ee..29dbe1342d6 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -148,7 +148,7 @@ /* Monitor Command Prompt */ /* Console I/O Buffer Size */ -#define CONFIG_SYS_CBSIZE 512 +#define CONFIG_SYS_CBSIZE 2048 #define CONFIG_SYS_PROMPT "ZynqMP> " #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT) + 16) -- 2.47.3