summaryrefslogtreecommitdiff
path: root/include/configs/ti814x_evm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/ti814x_evm.h')
-rw-r--r--include/configs/ti814x_evm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h
index 732854eb30..198f649326 100644
--- a/include/configs/ti814x_evm.h
+++ b/include/configs/ti814x_evm.h
@@ -157,7 +157,8 @@
/* Defines for SPL */
#define CONFIG_SPL_FRAMEWORK
#define CONFIG_SPL_TEXT_BASE 0x40300000
-#define CONFIG_SPL_MAX_SIZE ((128 - 18) * 1024)
+#define CONFIG_SPL_MAX_SIZE (SRAM_SCRATCH_SPACE_ADDR - \
+ CONFIG_SPL_TEXT_BASE)
#define CONFIG_SPL_BSS_START_ADDR 0x80000000
#define CONFIG_SPL_BSS_MAX_SIZE 0x80000 /* 512 KB */