From: Michal Simek Date: Mon, 22 Aug 2016 13:31:14 +0000 (+0200) Subject: ARM: zynq: Extend malloc len for zc702 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79aec35770d65edeee6fa6002562520f30c18f10;p=thirdparty%2Fu-boot.git ARM: zynq: Extend malloc len for zc702 There is an issue in SPL with insufficient malloc space. Signed-off-by: Michal Simek --- diff --git a/configs/zynq_zc702_defconfig b/configs/zynq_zc702_defconfig index 4c83fdb97fc..8bf1081da5c 100644 --- a/configs/zynq_zc702_defconfig +++ b/configs/zynq_zc702_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_SYS_CONFIG_NAME="zynq_zc70x" CONFIG_ARCH_ZYNQ=y +CONFIG_SYS_MALLOC_F_LEN=0x800 CONFIG_DEFAULT_DEVICE_TREE="zynq-zc702" CONFIG_SPL=y CONFIG_FIT=y