diff options
Diffstat (limited to 'include/configs/tam3517-common.h')
-rw-r--r-- | include/configs/tam3517-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h index 37eb87b..3fc2c44 100644 --- a/include/configs/tam3517-common.h +++ b/include/configs/tam3517-common.h @@ -257,7 +257,7 @@ #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds" #define CONFIG_SPL_TEXT_BASE 0x40200000 /*CONFIG_SYS_SRAM_START*/ -#define CONFIG_SPL_MAX_SIZE (45 << 10) /* 45 K */ +#define CONFIG_SPL_MAX_SIZE (54 * 1024) /* 8 KB for stack */ #define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK #define CONFIG_SYS_SPL_MALLOC_START 0x8f000000 |