mirror of
https://xff.cz/git/u-boot/
synced 2025-09-23 19:42:08 +02:00
arm64: zynqmp: Reduce console buffer size
Reduce console buffer size to 1kbyte to accommodate memory allocations in mini u-boot for zynqmp. Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
committed by
Michal Simek
parent
a0f309ee9e
commit
052451c10b
@@ -24,5 +24,7 @@
|
|||||||
/* BOOTP options */
|
/* BOOTP options */
|
||||||
#undef CONFIG_BOOTP_BOOTFILESIZE
|
#undef CONFIG_BOOTP_BOOTFILESIZE
|
||||||
#undef CONFIG_BOOTP_MAY_FAIL
|
#undef CONFIG_BOOTP_MAY_FAIL
|
||||||
|
#undef CONFIG_SYS_CBSIZE
|
||||||
|
#define CONFIG_SYS_CBSIZE 1024
|
||||||
|
|
||||||
#endif /* __CONFIG_ZYNQMP_MINI_H */
|
#endif /* __CONFIG_ZYNQMP_MINI_H */
|
||||||
|
Reference in New Issue
Block a user