summaryrefslogtreecommitdiffstats
path: root/include/configs/bf537-pnav.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-01 19:42:08 -0400
committerMike Frysinger <vapier@gentoo.org>2010-10-02 16:00:40 -0400
commit4c95ff64199c79bf2662c49e2d1efffbf6546993 (patch)
tree58ec8735b501fd01246843095af1596828a7f673 /include/configs/bf537-pnav.h
parent504af55edff2bcf98fc3578d79d7a2df0b5cb128 (diff)
downloadblackbird-obmc-uboot-4c95ff64199c79bf2662c49e2d1efffbf6546993.tar.gz
blackbird-obmc-uboot-4c95ff64199c79bf2662c49e2d1efffbf6546993.zip
Blackfin: bf537-pnav: increase monitor len
Building this board for parallel flash fills up the bss section and thus fails to link, so bump up the monitor size a bit. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf537-pnav.h')
-rw-r--r--include/configs/bf537-pnav.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf537-pnav.h b/include/configs/bf537-pnav.h
index 30607d91fd..730ae279b6 100644
--- a/include/configs/bf537-pnav.h
+++ b/include/configs/bf537-pnav.h
@@ -51,7 +51,7 @@
#define CONFIG_EBIU_AMBCTL0_VAL 0x7BB033B0
#define CONFIG_EBIU_AMBCTL1_VAL 0xFFC27BB0
-#define CONFIG_SYS_MONITOR_LEN (256 * 1024)
+#define CONFIG_SYS_MONITOR_LEN (512 * 1024)
#define CONFIG_SYS_MALLOC_LEN (128 * 1024)
OpenPOWER on IntegriCloud