summaryrefslogtreecommitdiffstats
path: root/bsps/lm32/lm32_evr/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/lm32/lm32_evr/start/linkcmds')
-rw-r--r--bsps/lm32/lm32_evr/start/linkcmds1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/lm32/lm32_evr/start/linkcmds b/bsps/lm32/lm32_evr/start/linkcmds
index c89940dd1c..a4b204d5eb 100644
--- a/bsps/lm32/lm32_evr/start/linkcmds
+++ b/bsps/lm32/lm32_evr/start/linkcmds
@@ -11,6 +11,7 @@ STARTUP(start.o)
*/
RamBase = DEFINED(RamBase) ? RamBase : 0x08000000;
RamSize = DEFINED(RamSize) ? RamSize : 32M;
+RamEnd = RamBase + RamSize;
HeapSize = DEFINED(HeapSize) ? HeapSize : 2M;
MEMORY {