]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: Extend early malloc space to be able to run DM drivers
authorMichal Simek <michal.simek@xilinx.com>
Mon, 22 Feb 2016 09:01:27 +0000 (10:01 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 23 Feb 2016 08:32:08 +0000 (09:32 +0100)
DM drivers need more malloc space for early DM models allocation.
Use 4k instead of 1k.

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

index b06f38f95ef42478ec259a9b2f00976daf2bf0ac..bb9d06763f6521b08a280970b544a89e9069a08e 100644 (file)
@@ -1,5 +1,6 @@
 CONFIG_ARM=y
 CONFIG_ARCH_ZYNQMP=y
+CONFIG_SYS_MALLOC_F_LEN=0x4000
 CONFIG_ZYNQMP_QSPI=y
 CONFIG_NAND_ARASAN=y
 CONFIG_ZYNQMP_USB=y