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:
Iuliana Prodan 2024-03-07 17:43:28 +02:00 committed by Carles Cufí
parent c032c6305d
commit 019b813a71

View file

@ -529,4 +529,5 @@ SECTIONS
} >fw_metadata_seg :metadata_entries_phdr
#include <snippets-sections.ld>
/DISCARD/ : { *(.note.GNU-stack) }
}