[U-Boot] [PATCH] Blackfin: cm-bf548: increase monitor len

Mike Frysinger vapier at gentoo.org
Mon Aug 9 21:08:17 CEST 2010


Recent features enabled by default require a larger monitor size for the
cm-bf548 port, so bump it up a bit.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 include/configs/cm-bf548.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/cm-bf548.h b/include/configs/cm-bf548.h
index 63b9399..fa62a8e 100644
--- a/include/configs/cm-bf548.h
+++ b/include/configs/cm-bf548.h
@@ -64,7 +64,7 @@
 #define CONFIG_EBIU_FCTL_VAL	(BCLK_4)
 #define CONFIG_EBIU_MODE_VAL	(B0MODE_FLASH)
 
-#define CONFIG_SYS_MONITOR_LEN	(384 * 1024)
+#define CONFIG_SYS_MONITOR_LEN	(512 * 1024)
 #define CONFIG_SYS_MALLOC_LEN	(640 * 1024)
 
 
-- 
1.7.2



More information about the U-Boot mailing list