tests: code_relocation: use per-SoC linker file for Arm tests

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 <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-07-12 11:30:16 -03:00 committed by Carles Cufí
parent 20a2e40a5e
commit 17f345780d

View file

@ -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>