Explorar o código

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>
Michal Simek %!s(int64=3) %!d(string=hai) anos
pai
achega
fff07717ad
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      configs/xilinx_zynqmp_r5_defconfig

+ 1 - 0
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