summaryrefslogtreecommitdiffstats
path: root/bsps/or1k/shared/start/linkcmds.base
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/or1k/shared/start/linkcmds.base')
-rw-r--r--bsps/or1k/shared/start/linkcmds.base1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/or1k/shared/start/linkcmds.base b/bsps/or1k/shared/start/linkcmds.base
index 569e0a097f..a5f93fe8e1 100644
--- a/bsps/or1k/shared/start/linkcmds.base
+++ b/bsps/or1k/shared/start/linkcmds.base
@@ -310,6 +310,7 @@ SECTIONS {
RamBase = ORIGIN (REGION_WORK);
RamSize = LENGTH (REGION_WORK);
+ RamEnd = RamBase + RamSize;
WorkAreaBase = bsp_section_work_begin;
HeapSize = 0;
}