summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/virtex4/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/virtex4/start/linkcmds')
-rw-r--r--bsps/powerpc/virtex4/start/linkcmds7
1 files changed, 5 insertions, 2 deletions
diff --git a/bsps/powerpc/virtex4/start/linkcmds b/bsps/powerpc/virtex4/start/linkcmds
index 50d3a3f13c..472c797fd2 100644
--- a/bsps/powerpc/virtex4/start/linkcmds
+++ b/bsps/powerpc/virtex4/start/linkcmds
@@ -260,8 +260,11 @@ SECTIONS
. += StackSize;
__stack_base = .; /* Initial stack builds downwards */
- /* RTEMS workspace: size specified by application */
- WorkAreaBase = ALIGN(0x10); /* Align to a cache-line boundary */
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ } >RAM
+
+ WorkAreaBase = .;
/* The heap comes after the work space */