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

cpu/riscv_common: fix undeclared memory region linker error

This commit is contained in:
Ollrogge 2022-04-04 13:18:01 +02:00
parent 5f597b56e1
commit b21640f1e0

View File

@ -231,7 +231,7 @@ SECTIONS
.flash_writable (NOLOAD) : {
KEEP(*(SORT(.flash_writable.*)))
} > rom
} > flash
.end_fw (NOLOAD) : ALIGN(4) {
_end_fw = . ;