Skip to content

Commit a9849a7

Browse files
dcpleungcfriedt
authored andcommitted
soc: intel_adsp/ace: add snippets-text-sections.ld
Adds snippets-text-sections.ld to ACE linker scripts. For now, this is for the memory mapping test. Signed-off-by: Daniel Leung <[email protected]>
1 parent 36413cd commit a9849a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/intel/intel_adsp/ace/ace-link.ld

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ SECTIONS {
301301
*(.fini.literal)
302302
KEEP(*(.fini))
303303
*(.gnu.version)
304+
305+
#include <snippets-text-sections.ld>
306+
304307
#include <zephyr/linker/kobject-text.ld>
305308
MMU_PAGE_ALIGN
306309
__text_region_end = .;

0 commit comments

Comments
 (0)