mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/cortexm_common: add flash_writable section to linker script
This commit is contained in:
parent
5e79ec6fd4
commit
5587f5d88f
@ -233,6 +233,10 @@ SECTIONS
|
||||
_eheap1 = ORIGIN(bkup_ram) + LENGTH(bkup_ram);
|
||||
} > bkup_ram
|
||||
|
||||
.flash_writable (NOLOAD) : {
|
||||
KEEP(*(SORT(.flash_writable.*)))
|
||||
} > rom
|
||||
|
||||
.end_fw (NOLOAD) : ALIGN(4) {
|
||||
_end_fw = . ;
|
||||
} > rom
|
||||
|
Loading…
Reference in New Issue
Block a user