]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: cse_nand: Increase malloc size for cse and target
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Thu, 14 Sep 2017 11:15:59 +0000 (16:45 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 14 Sep 2017 12:53:00 +0000 (14:53 +0200)
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 <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/zynq_cse_nand_defconfig

index 0ad956450bd2c9524f3edd9f7f91a87111a65f33..c7e1eda5924c2a6989ce118b0ad832bc2c175039 100644 (file)
@@ -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"