diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-09-16 13:35:03 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-09-23 14:29:57 +0200 |
commit | fff07717ad9359166900c273260f2581cc0a4daf (patch) | |
tree | 8d613f87bde2124fdcf23fee808ea20f90b69169 /configs | |
parent | 504d179157aec248e61ff0a39e1a2cf13d3fd4fa (diff) | |
download | u-boot-fff07717ad9359166900c273260f2581cc0a4daf.tar.gz |
xilinx: zynqmp-r5: Increase amount of MALLOC space
There is not enough space for early allocation. That's why increase it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/xilinx_zynqmp_r5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_r5_defconfig b/configs/xilinx_zynqmp_r5_defconfig index 1c6fc73a4d..f7433e994d 100644 --- a/configs/xilinx_zynqmp_r5_defconfig +++ b/configs/xilinx_zynqmp_r5_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_ZYNQMP_R5=y CONFIG_SYS_TEXT_BASE=0x10000000 +CONFIG_SYS_MALLOC_F_LEN=0x1000 CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x20000 CONFIG_DEBUG_UART_BASE=0xff010000 |