diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2015-01-16 12:46:51 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2015-01-16 13:31:35 +0800 |
commit | 5dea3a745b88041d677fc03d34df04dd2836265c (patch) | |
tree | fae1ac89c496770c0a2bdca69a13b8c881b33372 | |
parent | 28c4dae114c9b94b2a1111d81d4da716e9fc2cba (diff) |
bfin: enlarge the monitor size for ip04 board to avoid oversize link error
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
-rw-r--r-- | include/configs/ip04.h | 2 |
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) |