mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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:
committed by
Carles Cufí
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>
|
||||
|
||||
Reference in New Issue
Block a user