diff options
| author | T Karthik Reddy <[email protected]> | 2020-05-05 08:14:28 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2020-06-24 13:07:58 +0200 |
| commit | 052451c10b281f17e2ab0334f071810439faf1a4 (patch) | |
| tree | ecde2320b7414f8ac79def1b4d599df26ab92eee /include | |
| parent | a0f309ee9e4fc36b8395c9808985ed70d6045b11 (diff) | |
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/xilinx_zynqmp_mini.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/xilinx_zynqmp_mini.h b/include/configs/xilinx_zynqmp_mini.h index ae751aa3953..3f57423b789 100644 --- a/include/configs/xilinx_zynqmp_mini.h +++ b/include/configs/xilinx_zynqmp_mini.h @@ -24,5 +24,7 @@ /* BOOTP options */ #undef CONFIG_BOOTP_BOOTFILESIZE #undef CONFIG_BOOTP_MAY_FAIL +#undef CONFIG_SYS_CBSIZE +#define CONFIG_SYS_CBSIZE 1024 #endif /* __CONFIG_ZYNQMP_MINI_H */ |
