소스 검색

bfin: enlarge the monitor size for ip04 board to avoid oversize link error

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Sonic Zhang 10 년 전
부모
커밋
5dea3a745b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/configs/ip04.h

+ 1 - 1
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)