From 8567717dff2b3d972003d91361004f2ecef3935c Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 10 Sep 2019 15:49:42 +0200 Subject: 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: Michal Simek --- include/configs/zynq-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 785377e0b6..283a784941 100644 --- 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 -- cgit v1.2.3