Skip to content

Commit

Permalink
tests: code_relocation: use per-SoC linker file for Arm tests
Browse files Browse the repository at this point in the history
In order to support more Arm SoCs, extend the SoC-specific linker file
instead of the default arch linker file.

Fixes #60165

Signed-off-by: Manuel Argüelles <[email protected]>
  • Loading branch information
manuargue authored and carlescufi committed Jul 14, 2023
1 parent 20a2e40 commit 17f3457
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ MEMORY
#endif
}

#include <zephyr/arch/arm/aarch32/cortex_m/scripts/linker.ld>
/* Include the SoC-specific linker file */
#include <linker.ld>

0 comments on commit 17f3457

Please sign in to comment.