summaryrefslogtreecommitdiffstats
path: root/include/configs/cm-bf537e.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-12-16 09:13:25 -0500
committerTom Rini <trini@ti.com>2013-12-16 09:13:25 -0500
commit93b7b7fdadbbdcfacffab30a972774fa9ef8afb5 (patch)
tree76a5f6ea724aa5b05c8d45b101262bf5d89ee06e /include/configs/cm-bf537e.h
parent475c506d08b20314f68c5280095a26802490c981 (diff)
parentecf9ce2149bdb884ac294e9b39c673046bb9b572 (diff)
downloadtalos-obmc-uboot-93b7b7fdadbbdcfacffab30a972774fa9ef8afb5.tar.gz
talos-obmc-uboot-93b7b7fdadbbdcfacffab30a972774fa9ef8afb5.zip
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Diffstat (limited to 'include/configs/cm-bf537e.h')
-rw-r--r--include/configs/cm-bf537e.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/cm-bf537e.h b/include/configs/cm-bf537e.h
index 8f10eba467..2838012e20 100644
--- a/include/configs/cm-bf537e.h
+++ b/include/configs/cm-bf537e.h
@@ -55,7 +55,7 @@
#define CONFIG_EBIU_AMBCTL0_VAL (B1WAT_7 | B1RAT_11 | B1HT_2 | B1ST_3 | B0WAT_7 | B0RAT_11 | B0HT_2 | B0ST_3)
#define CONFIG_EBIU_AMBCTL1_VAL (B3WAT_7 | B3RAT_11 | B3HT_2 | B3ST_3 | B2WAT_7 | B2RAT_11 | B2HT_2 | B2ST_3)
-#define CONFIG_SYS_MONITOR_LEN (512 * 1024)
+#define CONFIG_SYS_MONITOR_LEN (768 * 1024)
#define CONFIG_SYS_MALLOC_LEN (128 * 1024)
@@ -145,7 +145,7 @@
#define FLASHBOOT_ENV_SETTINGS \
"flashboot=flread 20040000 1000000 3c0000;" \
"bootm 0x1000000\0"
-
+#define CONFIG_BOARD_SIZE_LIMIT $$((384 * 1024))
/*
* Pull in common ADI header for remaining command/environment setup
OpenPOWER on IntegriCloud