linker: nxp: add orphan linker section
Add missing linker section to avoid warning about orphans when building with host compiler. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
parent
c032c6305d
commit
019b813a71
1 changed files with 1 additions and 0 deletions
|
|
@ -529,4 +529,5 @@ SECTIONS
|
|||
} >fw_metadata_seg :metadata_entries_phdr
|
||||
|
||||
#include <snippets-sections.ld>
|
||||
/DISCARD/ : { *(.note.GNU-stack) }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue