Browse Source
Follow-up: #66648
Commit 595b06aaa9
accidentally removed
linker.ld for the ra4m1 SoC.
As the linker.ld anyway included the common arm cortex_m linker script
then fix this by setting a correct SOC_LINKER_SCRIPT value.
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
pull/69687/head
1 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "") |
||||
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "") |
||||
|
Loading…
Reference in new issue