]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: zynq: Increase malloc space size
authorMichal Simek <michal.simek@xilinx.com>
Wed, 13 Jul 2016 09:39:18 +0000 (11:39 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 15 Jul 2016 07:04:58 +0000 (09:04 +0200)
DM requires more and more space for boot.
Increase malloc space and make it align with ZynqMP boards.

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

index 9e814a3974bbc24fe483136b326e851c873730b3..9762cffd2b08b1140aeccded87d6589a87349a4d 100644 (file)
@@ -1,6 +1,7 @@
 CONFIG_ARM=y
 CONFIG_SYS_CONFIG_NAME="zynq_zc770"
 CONFIG_ARCH_ZYNQ=y
+CONFIG_SYS_MALLOC_F_LEN=0x8000
 CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm010"
 CONFIG_SPL=y
 CONFIG_FIT=y
index 952262ae8ce06648017854cd073fbaa7b68be5b3..c5de8f15ac35d66493e1825958332d259012d0ff 100644 (file)
@@ -1,6 +1,7 @@
 CONFIG_ARM=y
 CONFIG_SYS_CONFIG_NAME="zynq_zc770"
 CONFIG_ARCH_ZYNQ=y
+CONFIG_SYS_MALLOC_F_LEN=0x8000
 CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm010"
 CONFIG_SPL=y
 CONFIG_FIT=y