mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 16:06:51 +00:00
risc-v:k210: Add KEEP on init_section
This commit is contained in:
parent
02ffe7da32
commit
0e98dc306b
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ SECTIONS
|
|||
|
||||
.init_section : {
|
||||
_sinit = ABSOLUTE(.);
|
||||
*(.init_array .init_array.*)
|
||||
KEEP(*(.init_array .init_array.*))
|
||||
_einit = ABSOLUTE(.);
|
||||
} > uflash
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue