]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
bfin: enlarge the monitor size for ip04 board to avoid oversize link error
authorSonic Zhang <sonic.zhang@analog.com>
Fri, 16 Jan 2015 04:46:51 +0000 (12:46 +0800)
committerSonic Zhang <sonic.zhang@analog.com>
Fri, 16 Jan 2015 05:31:35 +0000 (13:31 +0800)
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
include/configs/ip04.h

index ec510bdac421757a54086fc1e6892ca166d31212..2ee215f70614dfb44b7179e8247dc2936329e768 100644 (file)
@@ -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)