summaryrefslogtreecommitdiffstats
path: root/bsps/moxie/moxiesim/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/moxie/moxiesim/start/linkcmds')
-rw-r--r--bsps/moxie/moxiesim/start/linkcmds1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/moxie/moxiesim/start/linkcmds b/bsps/moxie/moxiesim/start/linkcmds
index 843512b15d..eaf9d8d3a0 100644
--- a/bsps/moxie/moxiesim/start/linkcmds
+++ b/bsps/moxie/moxiesim/start/linkcmds
@@ -22,6 +22,7 @@ STARTUP(start.o)
RamBase = DEFINED(RamBase) ? RamBase : 0x00000000;
RamSize = DEFINED(RamSize) ? RamSize : 16M;
+RamEnd = RamBase + RamSize;
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x0;
SECTIONS