From: Sonic Zhang Date: Fri, 16 Jan 2015 04:46:51 +0000 (+0800) Subject: bfin: enlarge the monitor size for ip04 board to avoid oversize link error X-Git-Tag: v2015.04-rc1~2^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5dea3a745b88041d677fc03d34df04dd2836265c;p=u-boot bfin: enlarge the monitor size for ip04 board to avoid oversize link error Signed-off-by: Sonic Zhang --- diff --git a/include/configs/ip04.h b/include/configs/ip04.h index ec510bdac4..2ee215f706 100644 --- a/include/configs/ip04.h +++ b/include/configs/ip04.h @@ -61,7 +61,7 @@ #define CONFIG_EBIU_AMBCTL0_VAL 0xffc2ffc2 #define CONFIG_EBIU_AMBCTL1_VAL 0xffc2ffc2 -#define CONFIG_SYS_MONITOR_LEN (256 * 1024) +#define CONFIG_SYS_MONITOR_LEN (384 * 1024) #define CONFIG_SYS_MALLOC_LEN (128 * 1024)