From 6e6b221c4375399625a956ecb8814d176871ef19 Mon Sep 17 00:00:00 2001 From: Sonic Zhang Date: Mon, 9 Dec 2013 12:45:29 +0800 Subject: blackfin: fix building error by enlarging the memory size Signed-off-by: Sonic Zhang --- include/configs/bf561-acvilon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/bf561-acvilon.h') diff --git a/include/configs/bf561-acvilon.h b/include/configs/bf561-acvilon.h index ee585c0..15ca1af 100644 --- a/include/configs/bf561-acvilon.h +++ b/include/configs/bf561-acvilon.h @@ -53,7 +53,7 @@ #define CONFIG_EBIU_AMBCTL0_VAL 0xffc2ffc2 #define CONFIG_EBIU_AMBCTL1_VAL 0x99b35554 -#define CONFIG_SYS_MONITOR_LEN (256 * 1024) +#define CONFIG_SYS_MONITOR_LEN (384 * 1024) #define CONFIG_SYS_MALLOC_LEN (128 * 1024) -- cgit v1.1