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 } AT> DRAM _vectorscopy = LOADADDR(.vectors); + _noloaddram = LOADADDR(.vectors); .ibss IRAMORIG (NOLOAD) : { @@ -148,8 +149,7 @@ SECTIONS /* .bss and .ncbss are treated as a single section to use one init loop to * zero it - note "_edata" and "_end" */ - .bss ADDR(.data) + SIZEOF(.data) + SIZEOF(.ncdata) +\ - SIZEOF(.iram) + SIZEOF(.vectors) (NOLOAD) : + .bss _noloaddram (NOLOAD) : { _edata = .; *(.bss*) |