summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2015-01-16 12:46:51 +0800
committerSonic Zhang <sonic.zhang@analog.com>2015-01-16 13:31:35 +0800
commit5dea3a745b88041d677fc03d34df04dd2836265c (patch)
treefae1ac89c496770c0a2bdca69a13b8c881b33372 /include
parent28c4dae114c9b94b2a1111d81d4da716e9fc2cba (diff)
downloadblackbird-obmc-uboot-5dea3a745b88041d677fc03d34df04dd2836265c.tar.gz
blackbird-obmc-uboot-5dea3a745b88041d677fc03d34df04dd2836265c.zip
bfin: enlarge the monitor size for ip04 board to avoid oversize link error
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ip04.h2
1 files changed, 1 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud