soc: mimx8mm6_m4: Restore linker script
For this SoC, an additional section is conditionally included on top of the default linker script for Cortex-M. Set `SOC_LINKER_SCRIPT` to the local `linker.ld`. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
parent
3c9d952820
commit
e4448ed498
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ if(CONFIG_OPENAMP_RSC_TABLE)
|
|||
zephyr_linker_section_configure(SECTION .resource_table KEEP INPUT ".resource_table*")
|
||||
endif()
|
||||
|
||||
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "")
|
||||
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue