]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Increased malloc size
authorNaveen Mamindlapalli <naveenm@xhd-epdswlin32re1.(none)>
Thu, 16 Jun 2011 13:44:29 +0000 (19:14 +0530)
committerBrian Hill <brian.hill@xilinx.com>
Thu, 23 Jun 2011 19:23:07 +0000 (13:23 -0600)
Increased malloc size while testing Clear NAND flash.

Signed-Off-by: Naveen Mamindlapalli<naveenm@xilinx.com>
include/configs/xpele.h

index 4de9b9047339f1241271995ec0c428f298379c64..b9e6579bb1733488dcea00bffe3dd8d7399d9201 100644 (file)
 //#define CONFIG_ENV_SIZE                      4096
 #define CONFIG_ENV_SIZE                        0x10000
 #define CONFIG_NR_DRAM_BANKS           1
-#define CONFIG_SYS_MALLOC_LEN          0x100000        
+#define CONFIG_SYS_MALLOC_LEN          0x400000
 #define CONFIG_SYS_GBL_DATA_SIZE       128
 #define CONFIG_SYS_MAXARGS             16
 #define CONFIG_SYS_CBSIZE              256