]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
xilinx: zynqmp-r5: Increase amount of MALLOC space
authorMichal Simek <michal.simek@xilinx.com>
Wed, 16 Sep 2020 11:35:03 +0000 (13:35 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 23 Sep 2020 12:29:57 +0000 (14:29 +0200)
There is not enough space for early allocation. That's why increase it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_zynqmp_r5_defconfig

index 1c6fc73a4d86f95f54a7bcc66bac22f5fadb5651..f7433e994d3970436f4f2cd0a8f2ca53d11dc4a2 100644 (file)
@@ -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