mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-30 18:21:28 +02:00
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>
This commit is contained in:
parent
d6d82cb0be
commit
8567717dff
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user