mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
nxp_rddrone-uavcan146:boards Add KEEP on init_section
This commit is contained in:
parent
61f9996d6b
commit
d4fb063651
@ -89,7 +89,7 @@ SECTIONS
|
||||
.init_section :
|
||||
{
|
||||
_sinit = ABSOLUTE(.);
|
||||
*(.init_array .init_array.*)
|
||||
KEEP(*(.init_array .init_array.*))
|
||||
_einit = ABSOLUTE(.);
|
||||
} > dflash
|
||||
|
||||
|
||||
@ -76,7 +76,7 @@ SECTIONS
|
||||
.init_section :
|
||||
{
|
||||
_sinit = ABSOLUTE(.);
|
||||
*(.init_array .init_array.*)
|
||||
KEEP(*(.init_array .init_array.*))
|
||||
_einit = ABSOLUTE(.);
|
||||
} > sram
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user