cmake: arm: update arm SoC to use SOC_LINKER_SCRIPT variable

This commit updates all arm SoCs to set SOC_LINKER_SCRIPT CMake
variable to point to active linker script directly.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
Torsten Rasmussen 2023-10-27 23:34:14 +02:00 committed by Carles Cufí
commit 4812884f84
204 changed files with 192 additions and 1053 deletions

View file

@ -13,3 +13,5 @@ set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.bin
${PROJECT_BINARY_DIR}/uart_${CONFIG_KERNEL_BIN_NAME}.bin
)
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")