From: Naveen Mamindlapalli Date: Thu, 16 Jun 2011 13:44:29 +0000 (+0530) Subject: Xilinx: ARM: Increased malloc size X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dc4e008032850361284f28731d7b02a68b08c86;p=thirdparty%2Fu-boot.git Xilinx: ARM: Increased malloc size Increased malloc size while testing Clear NAND flash. Signed-Off-by: Naveen Mamindlapalli --- diff --git a/include/configs/xpele.h b/include/configs/xpele.h index 4de9b904733..b9e6579bb17 100644 --- a/include/configs/xpele.h +++ b/include/configs/xpele.h @@ -160,7 +160,7 @@ //#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