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:
parent
5f597b56e1
commit
b21640f1e0
@ -231,7 +231,7 @@ SECTIONS
|
||||
|
||||
.flash_writable (NOLOAD) : {
|
||||
KEEP(*(SORT(.flash_writable.*)))
|
||||
} > rom
|
||||
} > flash
|
||||
|
||||
.end_fw (NOLOAD) : ALIGN(4) {
|
||||
_end_fw = . ;
|
||||
|
Loading…
Reference in New Issue
Block a user