Skip to content

Commit 1bb286c

Browse files
committed
cmake: nrf54l: iar: fix cmake linker generator for kmu
This adds the required parts for nrf54l kmu in cmake linker generator. Signed-off-by: Robin Kastberg <[email protected]>
1 parent 666ecc8 commit 1bb286c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

soc/nordic/nrf54l/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ if(NOT CONFIG_BUILD_WITH_TFM AND CONFIG_PSA_NEED_CRACEN_KMU_DRIVER AND CONFIG_XI
1414
# Exclamation mark is printable character with the lowest number in ASCII table.
1515
# We are sure that this file will be included first.
1616
zephyr_linker_sources(RAM_SECTIONS SORT_KEY ! kmu_push_area_section.ld)
17+
18+
zephyr_linker_section(NAME ".nrf_kmu_reserved_push_area" ADDRESS "${RAM_ADDR}" GROUP RAM_REGION NOINIT)
1719
endif()

0 commit comments

Comments
 (0)