diff options
author | Andreas Bießmann <andreas.biessmann@corscience.de> | 2013-09-06 15:04:58 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-01 15:55:59 -0400 |
commit | 0178296588fe3004238c77d3dc0996d82b8c8ca1 (patch) | |
tree | 4242b68dcef70fc977eb42671d4edce2a04cce23 /include/configs/tricorder.h | |
parent | eadbdf9efccd318d6388a1fcc9a6bb67e9caea43 (diff) |
tricorder: support 256MiB SDRAM on revision > D
Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
Diffstat (limited to 'include/configs/tricorder.h')
-rw-r--r-- | include/configs/tricorder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index aab1bf1902b..ac9a1dd2b79 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*/ |