summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh2/start/linkcmds.ram
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh2/start/linkcmds.ram')
-rw-r--r--bsps/sh/gensh2/start/linkcmds.ram1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/sh/gensh2/start/linkcmds.ram b/bsps/sh/gensh2/start/linkcmds.ram
index 01765f683d..7a1431889e 100644
--- a/bsps/sh/gensh2/start/linkcmds.ram
+++ b/bsps/sh/gensh2/start/linkcmds.ram
@@ -44,6 +44,7 @@ STARTUP(start.o)
/* These assignments load code into SH7045F EVB SRAM for monitor debugging */
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x00440000;
_RamSize = DEFINED(_RamSize) ? _RamSize : 512K;
+_RamEnd = _RamBase + _RamSize;
_HeapSize = DEFINED(_HeapSize) ? _HeapSize : 0x0;
MEMORY