nxp_adsp: linker: Add snippets to linker script
The xtensa/nxp_adsp_imx8m linker script is missing the necessary include statements for linker snippets. So we need to add them. This fixes compile warnings like: orphan section `.unstable_id' from `modules/chre/lib..__modules__lib__chre__platform__zephyr.a (version.cc.obj)' being placed in section `.unstable_id'. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
parent
9cac089f8c
commit
9af6825874
1 changed files with 2 additions and 0 deletions
|
@ -527,4 +527,6 @@ SECTIONS
|
|||
KEEP (*(.fw_metadata))
|
||||
. = ALIGN(_EXT_MAN_ALIGN_);
|
||||
} >fw_metadata_seg :metadata_entries_phdr
|
||||
|
||||
#include <snippets-sections.ld>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue