summaryrefslogtreecommitdiffstats
path: root/bsps/mips/hurricane/start/linkcmds
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/mips/hurricane/start/linkcmds
parentscore: Add _Memory_Fill() (diff)
downloadrtems-ffa11531700fca97a9be177bac54562de385401f.tar.bz2
bsps: Add RamEnd to linker command files
Update #3838.
Diffstat (limited to 'bsps/mips/hurricane/start/linkcmds')
-rw-r--r--bsps/mips/hurricane/start/linkcmds1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/mips/hurricane/start/linkcmds b/bsps/mips/hurricane/start/linkcmds
index 51e47158d3..0a7d9ded29 100644
--- a/bsps/mips/hurricane/start/linkcmds
+++ b/bsps/mips/hurricane/start/linkcmds
@@ -7,6 +7,7 @@
*/
RamBase = DEFINED(RamBase) ? RamBase : 0x80000000;
RamSize = DEFINED(RamSize) ? RamSize : 4M;
+RamEnd = RamBase + RamSize;
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x0;
ENTRY(start)