1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/riscv_common: add flash_writable section to linker script

This commit is contained in:
Ollrogge 2022-03-07 11:25:38 +01:00
parent 6a40815904
commit 74d086cdd6

View File

@ -218,6 +218,10 @@ SECTIONS
PROVIDE( _sp = . );
} >ram AT>ram :ram
.flash_writable (NOLOAD) : {
KEEP(*(SORT(.flash_writable.*)))
} > rom
.end_fw (NOLOAD) : ALIGN(4) {
_end_fw = . ;
} > rom