summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/shared/start/linkcmds.base
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/shared/start/linkcmds.base')
-rw-r--r--bsps/m68k/shared/start/linkcmds.base1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/m68k/shared/start/linkcmds.base b/bsps/m68k/shared/start/linkcmds.base
index fc726b4419..1b6e0ec7d3 100644
--- a/bsps/m68k/shared/start/linkcmds.base
+++ b/bsps/m68k/shared/start/linkcmds.base
@@ -267,6 +267,7 @@ SECTIONS {
/* FIXME */
RamBase = ORIGIN (REGION_DATA);
RamSize = LENGTH (REGION_DATA);
+ RamEnd = RamBase + RamSize;
WorkAreaBase = bsp_section_work_begin;
HeapSize = 0;