From: Michal Simek Date: Thu, 15 Jan 2015 10:37:21 +0000 (+0100) Subject: zynqmp: Unify console I/O Buffer size with Zynq X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ed92360c753feefbb7ab096174f1f0e4f607d49;p=thirdparty%2Fu-boot.git 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 --- 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)