Skip to content

Commit e4fed30

Browse files
RobinKastbergcarlescufi
authored andcommitted
[nrf noup] cmake: nrf54l: iar: fix cmake linker generator for kmu
nrf-squash! [nrf noup] soc: nrf54l: Add custom section for KMU This adds the required parts for nrf54l kmu in cmake linker generator. Signed-off-by: Robin Kastberg <[email protected]>
1 parent 95c38eb commit e4fed30

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
@@ -16,4 +16,6 @@ if(NOT CONFIG_BUILD_WITH_TFM AND CONFIG_PSA_NEED_CRACEN_KMU_DRIVER AND NOT kmu_p
1616
# Exclamation mark is printable character with the lowest number in ASCII table.
1717
# We are sure that this file will be included first.
1818
zephyr_linker_sources(RAM_SECTIONS SORT_KEY ! kmu_push_area_section.ld)
19+
20+
zephyr_linker_section(NAME ".nrf_kmu_reserved_push_area" ADDRESS "${RAM_ADDR}" GROUP RAM_REGION NOINIT)
1921
endif()

0 commit comments

Comments
 (0)