From: Siva Durga Prasad Paladugu Date: Thu, 14 Sep 2017 11:15:59 +0000 (+0530) Subject: zynq: cse_nand: Increase malloc size for cse and target X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61e58f3558de6db7a3c59285c4b7c1dcfd83a208;p=thirdparty%2Fu-boot.git zynq: cse_nand: Increase malloc size for cse and target This patch increases malloc pool size for cse nand target as the provided 4k is not sufficient for and and hence incrasing it to big 128K. 128K would nt be an issue for cse_nand as it anyway runs from DDR and has sufficient space for flashing. This solves issue of programming fail while using it for flashing purpose from SDK. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/configs/zynq_cse_nand_defconfig b/configs/zynq_cse_nand_defconfig index 0ad956450bd..c7e1eda5924 100644 --- a/configs/zynq_cse_nand_defconfig +++ b/configs/zynq_cse_nand_defconfig @@ -1,7 +1,7 @@ CONFIG_ARM=y CONFIG_SYS_CONFIG_NAME="zynq_cse" CONFIG_ARCH_ZYNQ=y -CONFIG_SYS_MALLOC_LEN=0x1000 +CONFIG_SYS_MALLOC_LEN=0x20000 # CONFIG_MMC is not set CONFIG_SYS_TEXT_BASE=0x100000 CONFIG_DEFAULT_DEVICE_TREE="zynq-cse-nand"