From 3dc4e008032850361284f28731d7b02a68b08c86 Mon Sep 17 00:00:00 2001 From: Naveen Mamindlapalli Date: Thu, 16 Jun 2011 19:14:29 +0530 Subject: [PATCH] Xilinx: ARM: Increased malloc size Increased malloc size while testing Clear NAND flash. Signed-Off-by: Naveen Mamindlapalli --- include/configs/xpele.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3