linker: nxp: adsp: 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-06-26 18:44:12 +03:00 committed by Alberto Escolar
parent fbe7e95359
commit f91700e629
3 changed files with 6 additions and 0 deletions

View file

@ -522,4 +522,6 @@ SECTIONS
KEEP (*(.fw_metadata))
. = ALIGN(_EXT_MAN_ALIGN_);
} >fw_metadata_seg :metadata_entries_phdr
/DISCARD/ : { *(.note.GNU-stack) }
}

View file

@ -522,4 +522,6 @@ SECTIONS
KEEP (*(.fw_metadata))
. = ALIGN(_EXT_MAN_ALIGN_);
} >fw_metadata_seg :metadata_entries_phdr
/DISCARD/ : { *(.note.GNU-stack) }
}

View file

@ -522,4 +522,6 @@ SECTIONS
KEEP (*(.fw_metadata))
. = ALIGN(_EXT_MAN_ALIGN_);
} >fw_metadata_seg :metadata_entries_phdr
/DISCARD/ : { *(.note.GNU-stack) }
}