summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-21 20:47:12 -0500
committerMike Frysinger <vapier@gentoo.org>2009-03-24 20:36:30 -0400
commit6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5 (patch)
tree4335e9c7e8ab54d7f93996410a465717431de55d
parentf82caaccc87e1f76448ff42a6b930e59797e4f65 (diff)
downloadblackbird-obmc-uboot-6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5.tar.gz
blackbird-obmc-uboot-6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5.zip
Blackfin: bf537-stamp: increase monitor size
The new jffs2 code pushed the code size just over the limit, so increase the limit a bit more. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--include/configs/bf537-stamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h
index a9cdd5cef3..3e5862d138 100644
--- a/include/configs/bf537-stamp.h
+++ b/include/configs/bf537-stamp.h
@@ -52,7 +52,7 @@
#define CONFIG_EBIU_AMBCTL0_VAL 0x7BB07BB0
#define CONFIG_EBIU_AMBCTL1_VAL 0xFFC27BB0
-#define CONFIG_SYS_MONITOR_LEN (384 * 1024)
+#define CONFIG_SYS_MONITOR_LEN (512 * 1024)
#define CONFIG_SYS_MALLOC_LEN (384 * 1024)
OpenPOWER on IntegriCloud