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:
parent
fbe7e95359
commit
f91700e629
3 changed files with 6 additions and 0 deletions
|
|
@ -522,4 +522,6 @@ SECTIONS
|
|||
KEEP (*(.fw_metadata))
|
||||
. = ALIGN(_EXT_MAN_ALIGN_);
|
||||
} >fw_metadata_seg :metadata_entries_phdr
|
||||
|
||||
/DISCARD/ : { *(.note.GNU-stack) }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -522,4 +522,6 @@ SECTIONS
|
|||
KEEP (*(.fw_metadata))
|
||||
. = ALIGN(_EXT_MAN_ALIGN_);
|
||||
} >fw_metadata_seg :metadata_entries_phdr
|
||||
|
||||
/DISCARD/ : { *(.note.GNU-stack) }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -522,4 +522,6 @@ SECTIONS
|
|||
KEEP (*(.fw_metadata))
|
||||
. = ALIGN(_EXT_MAN_ALIGN_);
|
||||
} >fw_metadata_seg :metadata_entries_phdr
|
||||
|
||||
/DISCARD/ : { *(.note.GNU-stack) }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue