[U-Boot] [PATCH 3/6] Blackfin: bf548-ezkit: bump up monitor size
Mike Frysinger
vapier at gentoo.org
Mon Jun 15 19:37:22 CEST 2009
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 at gentoo.org>
---
include/configs/bf548-ezkit.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h
index 4e2ee62..fa90f91 100644
--- a/include/configs/bf548-ezkit.h
+++ b/include/configs/bf548-ezkit.h
@@ -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)
--
1.6.3.1
More information about the U-Boot
mailing list