summaryrefslogtreecommitdiffstats
path: root/bsps/epiphany/epiphany_sim/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/epiphany/epiphany_sim/start/linkcmds')
-rw-r--r--bsps/epiphany/epiphany_sim/start/linkcmds1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/epiphany/epiphany_sim/start/linkcmds b/bsps/epiphany/epiphany_sim/start/linkcmds
index 05e500e7d7..8ef1b5b89b 100644
--- a/bsps/epiphany/epiphany_sim/start/linkcmds
+++ b/bsps/epiphany/epiphany_sim/start/linkcmds
@@ -367,6 +367,7 @@ SECTIONS {
RamBase = ORIGIN (REGION_WORK);
RamSize = LENGTH (REGION_WORK);
+ RamEnd = RamBase + RamSize;
WorkAreaBase = bsp_section_work_begin;
HeapSize = 0;
}