Skip to content

Commit c0b1e66

Browse files
Revert "[nrf noup] soc: nrf54l: Add custom section for KMU"
This reverts commit 4279ea3. Signed-off-by: Michał Stasiak <[email protected]>
1 parent 2e3d604 commit c0b1e66

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

soc/nordic/nrf54l/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,3 @@ zephyr_include_directories(.)
1010
if(CONFIG_ELV_GRTC_LFXO_ALLOWED)
1111
message(WARNING "WARNING! ELV mode feature is EXPERIMENTAL and may brick your device!")
1212
endif()
13-
14-
# We need a buffer in memory in a static location which can be used by
15-
# the KMU peripheral. The KMU has a static destination address, we chose
16-
# this address to be 0x20000000, which is the first address in the SRAM.
17-
if(NOT CONFIG_BUILD_WITH_TFM AND CONFIG_PSA_NEED_CRACEN_KMU_DRIVER)
18-
# Exclamation mark is printable character with the lowest number in ASCII table.
19-
# We are sure that this file will be included first.
20-
zephyr_linker_sources(RAM_SECTIONS SORT_KEY ! kmu_push_area_section.ld)
21-
endif()

soc/nordic/nrf54l/kmu_push_area_section.ld

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)