summaryrefslogtreecommitdiffstats
path: root/bsps/bfin/TLL6527M/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/bfin/TLL6527M/start/linkcmds')
-rw-r--r--bsps/bfin/TLL6527M/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/bfin/TLL6527M/start/linkcmds b/bsps/bfin/TLL6527M/start/linkcmds
index 0afd7fc47a..315f1b7149 100644
--- a/bsps/bfin/TLL6527M/start/linkcmds
+++ b/bsps/bfin/TLL6527M/start/linkcmds
@@ -128,6 +128,10 @@ SECTIONS
__end = .;
} > sdram
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } > sdram
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
_WorkAreaBase = .;