Skip to content

Commit 6a3ccab

Browse files
iuliana-prodancfriedt
authored andcommitted
linker: nxp: imxrt6xx: hifi4: add missing include
Add the #include <snippets-sections.ld> directive to include a linker file automatically. This file defines additional linker sections that are dynamically added during the build process. It is placed at the very end of the SECTIONS block, ensuring that any sections it defines appear after all standard sections. Signed-off-by: Iuliana Prodan <[email protected]>
1 parent 590b6ae commit 6a3ccab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

soc/nxp/imxrt/imxrt6xx/hifi4/linker.ld

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,4 +463,6 @@ SECTIONS
463463
#ifdef CONFIG_GEN_ISR_TABLES
464464
#include <zephyr/linker/intlist.ld>
465465
#endif
466+
467+
#include <snippets-sections.ld>
466468
}

0 commit comments

Comments
 (0)