summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/gen68360/start/linkcmds.bootp
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/gen68360/start/linkcmds.bootp')
-rw-r--r--bsps/m68k/gen68360/start/linkcmds.bootp3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/m68k/gen68360/start/linkcmds.bootp b/bsps/m68k/gen68360/start/linkcmds.bootp
index ccd08a14a2..b97c66f3a1 100644
--- a/bsps/m68k/gen68360/start/linkcmds.bootp
+++ b/bsps/m68k/gen68360/start/linkcmds.bootp
@@ -157,7 +157,10 @@ SECTIONS {
. = ALIGN (16);
_stack_init = .;
_clear_end = .;
+ } >myram
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
WorkAreaBase = .;
} >myram