summaryrefslogtreecommitdiff
path: root/include/configs/bf561-acvilon.h
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2013-12-09 12:45:29 +0800
committerSonic Zhang <sonic.zhang@analog.com>2013-12-16 11:38:32 +0800
commit6e6b221c4375399625a956ecb8814d176871ef19 (patch)
tree20366c08697f10b99a1b26a4d68f38cbe26024d2 /include/configs/bf561-acvilon.h
parenta2d169087ed5c0e82356445f5f29cdd9b6c3420e (diff)
blackfin: fix building error by enlarging the memory size
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'include/configs/bf561-acvilon.h')
-rw-r--r--include/configs/bf561-acvilon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf561-acvilon.h b/include/configs/bf561-acvilon.h
index ee585c0ffd..15ca1af230 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)