summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.biessmann@corscience.de>2013-09-06 15:04:58 +0200
committerTom Rini <trini@ti.com>2013-11-01 15:55:59 -0400
commit0178296588fe3004238c77d3dc0996d82b8c8ca1 (patch)
tree4242b68dcef70fc977eb42671d4edce2a04cce23 /include
parenteadbdf9efccd318d6388a1fcc9a6bb67e9caea43 (diff)
downloadblackbird-obmc-uboot-0178296588fe3004238c77d3dc0996d82b8c8ca1.tar.gz
blackbird-obmc-uboot-0178296588fe3004238c77d3dc0996d82b8c8ca1.zip
tricorder: support 256MiB SDRAM on revision > D
Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tricorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
index aab1bf1902..ac9a1dd2b7 100644
--- a/include/configs/tricorder.h
+++ b/include/configs/tricorder.h
@@ -354,7 +354,7 @@
#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300 /* address 0x60000 */
#define CONFIG_SPL_TEXT_BASE 0x40200000 /*CONFIG_SYS_SRAM_START*/
-#define CONFIG_SPL_MAX_SIZE (55 * 1024) /* 7 KB for stack */
+#define CONFIG_SPL_MAX_SIZE (57 * 1024) /* 7 KB for stack */
#define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK
#define CONFIG_SPL_BSS_START_ADDR 0x80000000 /*CONFIG_SYS_SDRAM_BASE*/
OpenPOWER on IntegriCloud