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:
parent
20a2e40a5e
commit
17f345780d
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue