Skip to content

Commit 9898934

Browse files
nordic-krchnordicjm
authored andcommitted
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 c9ce3be commit 9898934

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
@@ -67,9 +67,3 @@ config SOC_NRF54H20_CPUFLPR
6767
depends on RISCV_CORE_NORDIC_VPR
6868

6969
rsource "gpd/Kconfig"
70-
71-
config SOC_NRF54H20_NO_MRAM_LATENCY
72-
bool "Disallow MRAM latency"
73-
imply NRFS
74-
imply NRFS_MRAM_SERVICE_ENABLED
75-
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)