summaryrefslogtreecommitdiff
path: root/firmware/target/arm/sandisk
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/sandisk')
-rw-r--r--firmware/target/arm/sandisk/app.lds6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/target/arm/sandisk/app.lds b/firmware/target/arm/sandisk/app.lds
index d7159e8e1e..3010644b72 100644
--- a/firmware/target/arm/sandisk/app.lds
+++ b/firmware/target/arm/sandisk/app.lds
@@ -103,6 +103,7 @@ SECTIONS
103 } AT> DRAM 103 } AT> DRAM
104 104
105 _vectorscopy = LOADADDR(.vectors); 105 _vectorscopy = LOADADDR(.vectors);
106 _noloaddram = LOADADDR(.vectors);
106 107
107 .ibss IRAMORIG (NOLOAD) : 108 .ibss IRAMORIG (NOLOAD) :
108 { 109 {
@@ -145,11 +146,10 @@ SECTIONS
145 . += 0x2000; 146 . += 0x2000;
146 stackend = .; 147 stackend = .;
147 } > IRAM 148 } > IRAM
148 149
149 /* .bss and .ncbss are treated as a single section to use one init loop to 150 /* .bss and .ncbss are treated as a single section to use one init loop to
150 * zero it - note "_edata" and "_end" */ 151 * zero it - note "_edata" and "_end" */
151 .bss ADDR(.data) + SIZEOF(.data) + SIZEOF(.ncdata) +\ 152 .bss _noloaddram (NOLOAD) :
152 SIZEOF(.iram) + SIZEOF(.vectors) (NOLOAD) :
153 { 153 {
154 _edata = .; 154 _edata = .;
155 *(.bss*) 155 *(.bss*)