summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/haleakala/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/haleakala/start/linkcmds')
-rw-r--r--bsps/powerpc/haleakala/start/linkcmds1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/powerpc/haleakala/start/linkcmds b/bsps/powerpc/haleakala/start/linkcmds
index a35ac875e5..7a5236d961 100644
--- a/bsps/powerpc/haleakala/start/linkcmds
+++ b/bsps/powerpc/haleakala/start/linkcmds
@@ -17,6 +17,7 @@ EXTERN(__vectors)
RamBase = DEFINED(RamBase) ? RamBase : 0;
RamSize = DEFINED(RamSize) ? RamSize : 256M;
+RamEnd = RamBase + RamSize;
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x0;
MEMORY {