From 17f345780df595481baa676edae830e1bc16bf9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Arg=C3=BCelles?= Date: Wed, 12 Jul 2023 11:30:16 -0300 Subject: [PATCH] tests: code_relocation: use per-SoC linker file for Arm tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../code_relocation/linker_arm_sram2.ld | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/application_development/code_relocation/linker_arm_sram2.ld b/tests/application_development/code_relocation/linker_arm_sram2.ld index 97f7d95bd3..deb2c6f5ac 100644 --- a/tests/application_development/code_relocation/linker_arm_sram2.ld +++ b/tests/application_development/code_relocation/linker_arm_sram2.ld @@ -36,4 +36,5 @@ MEMORY #endif } -#include +/* Include the SoC-specific linker file */ +#include