diff options
Diffstat (limited to 'firmware/target/arm/olympus/app.lds')
-rw-r--r-- | firmware/target/arm/olympus/app.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/olympus/app.lds b/firmware/target/arm/olympus/app.lds index d7159e8e1e..22468192eb 100644 --- a/firmware/target/arm/olympus/app.lds +++ b/firmware/target/arm/olympus/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 | { |
@@ -148,8 +149,7 @@ SECTIONS | |||
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*) |