mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 13:08:26 +00:00
boards: arm: kl: keep cfmconfig sections in linker script
This makes sure that this section is present even if LTO is enabled.
This commit is contained in:
parent
a74c707da6
commit
2f03b42bfc
3 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ SECTIONS
|
|||
} > vectflash
|
||||
|
||||
.cfmprotect : {
|
||||
*(.cfmconfig)
|
||||
KEEP(*(.cfmconfig))
|
||||
} > cfmprotect
|
||||
|
||||
.text : {
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ SECTIONS
|
|||
} > vectflash
|
||||
|
||||
.cfmprotect : {
|
||||
*(.cfmconfig)
|
||||
KEEP(*(.cfmconfig))
|
||||
} > cfmprotect
|
||||
|
||||
.text : {
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ SECTIONS
|
|||
} > vectflash
|
||||
|
||||
.cfmprotect : {
|
||||
*(.cfmconfig)
|
||||
KEEP(*(.cfmconfig))
|
||||
} > cfmprotect
|
||||
|
||||
.text : {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue