]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: bf548-ezkit: bump up monitor size
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Jun 2009 01:23:27 +0000 (21:23 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Jun 2009 17:30:18 +0000 (13:30 -0400)
The latest version of U-Boot got a bit fatter in the BSS section which
caused overflows in the RAM region, so increase the monitor size.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/configs/bf548-ezkit.h

index 4e2ee627ae7977a04e47065f99f4eac7e1c26cf1..fa90f91d54d819d1f3c91017a4722453173e4cac 100644 (file)
@@ -61,7 +61,7 @@
 #define CONFIG_EBIU_FCTL_VAL   (BCLK_4)
 #define CONFIG_EBIU_MODE_VAL   (B0MODE_FLASH)
 
-#define CONFIG_SYS_MONITOR_LEN (768 * 1024)
+#define CONFIG_SYS_MONITOR_LEN (1024 * 1024)
 #define CONFIG_SYS_MALLOC_LEN  (768 * 1024)