summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh2/start/linkcmds.rom
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh2/start/linkcmds.rom')
-rw-r--r--bsps/sh/gensh2/start/linkcmds.rom1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/sh/gensh2/start/linkcmds.rom b/bsps/sh/gensh2/start/linkcmds.rom
index d6a1bee744..c56ff6b033 100644
--- a/bsps/sh/gensh2/start/linkcmds.rom
+++ b/bsps/sh/gensh2/start/linkcmds.rom
@@ -44,6 +44,7 @@ STARTUP(start.o)
/* These asignments represent actual SH7045F EVB architecture */
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x00400000;
_RamSize = DEFINED(_RamSize) ? _RamSize : 0x0008000;
+_RamEnd = _RamBase + _RamSize;
_HeapSize = DEFINED(_HeapSize) ? _HeapSize : 0x0;
MEMORY