summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/av5282/start/linkcmdsram
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/av5282/start/linkcmdsram')
-rw-r--r--bsps/m68k/av5282/start/linkcmdsram1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/m68k/av5282/start/linkcmdsram b/bsps/m68k/av5282/start/linkcmdsram
index bb678af188..7ec8edb6e9 100644
--- a/bsps/m68k/av5282/start/linkcmdsram
+++ b/bsps/m68k/av5282/start/linkcmdsram
@@ -15,6 +15,7 @@
*/
RamBase = DEFINED(RamBase) ? RamBase : 0x0;
RamSize = DEFINED(RamSize) ? RamSize : 16M;
+RamEnd = RamBase + RamSize;
HeapSize = DEFINED(HeapSize) ? HeapSize : 0;
_VBR = 0x0;