summaryrefslogtreecommitdiffstats
path: root/bsps/riscv
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-14 21:36:09 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 05:52:28 +0100
commitffa11531700fca97a9be177bac54562de385401f (patch)
treebaebbf0a9c8f24ba65716823d7b3618709659a41 /bsps/riscv
parentscore: Add _Memory_Fill() (diff)
downloadrtems-ffa11531700fca97a9be177bac54562de385401f.tar.bz2
bsps: Add RamEnd to linker command files
Update #3838.
Diffstat (limited to 'bsps/riscv')
-rw-r--r--bsps/riscv/shared/start/linkcmds.base.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/riscv/shared/start/linkcmds.base.in b/bsps/riscv/shared/start/linkcmds.base.in
index d921e29fe4..b4460338d8 100644
--- a/bsps/riscv/shared/start/linkcmds.base.in
+++ b/bsps/riscv/shared/start/linkcmds.base.in
@@ -328,6 +328,7 @@ SECTIONS {
/* FIXME */
RamBase = ORIGIN (REGION_WORK);
RamSize = LENGTH (REGION_WORK);
+ RamEnd = RamBase + RamSize;
WorkAreaBase = bsp_section_work_begin;
HeapSize = 0;