File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,3 @@ zephyr_include_directories(.)
1010if (CONFIG_ELV_GRTC_LFXO_ALLOWED)
1111 message (WARNING "WARNING! ELV mode feature is EXPERIMENTAL and may brick your device!" )
1212endif ()
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 ()
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments