diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-09-10 15:49:42 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-10-08 09:41:27 +0200 |
commit | 8567717dff2b3d972003d91361004f2ecef3935c (patch) | |
tree | 151f63e7a437193972491e49cb534f8f0f5bd22a /include/configs | |
parent | d6d82cb0bee0b4ea53e6873010c67371af2dd5aa (diff) |
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 <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |