Skip to content

Commit 8f1b1b1

Browse files
committed
Revert "[nrf noup] soc: nordic: nrf54h20: Turn off MRAM suspend"
This reverts commit 8027617. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 3f4a78a commit 8f1b1b1

File tree

3 files changed

+0
-67
lines changed

3 files changed

+0
-67
lines changed

soc/nordic/nrf54h/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ zephyr_library_sources_ifdef(CONFIG_PM_S2RAM pm_s2ram.c)
1212

1313
zephyr_include_directories(.)
1414

15-
zephyr_library_sources_ifdef(CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY mram.c)
16-
1715
# Ensure that image size aligns with 16 bytes so that MRAMC finalizes all writes
1816
# for the image correctly
1917
zephyr_linker_sources(SECTIONS SORT_KEY zzz_place_align_at_end align.ld)

soc/nordic/nrf54h/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,3 @@ config SOC_NRF54H20_CPUFLPR
6565
depends on RISCV_CORE_NORDIC_VPR
6666

6767
rsource "gpd/Kconfig"
68-
69-
config SOC_NRF54H20_NO_MRAM_LATENCY
70-
bool "Disallow MRAM latency"
71-
imply NRFS
72-
imply NRFS_MRAM_SERVICE_ENABLED
73-
default y if SOC_NRF54H20_CPUAPP

soc/nordic/nrf54h/mram.c

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

0 commit comments

Comments
 (0)