summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 20:19:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 20:19:22 +0000
commit895321b7ee253c41d0b68ffb34517e4d634a4e7c (patch)
tree0a4401b567c3f40eff6817cc291f92c924b367f0 /c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds
parent2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-895321b7ee253c41d0b68ffb34517e4d634a4e7c.tar.bz2
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation. * startup/bspgetworkarea.c: Removed.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds b/c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds
index 2526b64663..46698ea4ba 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds
+++ b/c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds
@@ -4,6 +4,7 @@
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x0;
_RamSize = DEFINED(_RamSize) ? _RamSize : 4M;
+_HeapSize = DEFINED(_HeapSize) ? _HeapSize : 0x0;
ENTRY(_start)
SECTIONS
@@ -65,7 +66,7 @@ SECTIONS
}
.heap :
{
- _WorkspaceBase = .;
+ _WorkAreaBase = .;
}
/*
.sysmem :