Skip to content

Commit aaaa38e

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

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
@@ -77,9 +77,3 @@ config SOC_NRF54H20_ENGB_CPUFLPR
7777
depends on RISCV_CORE_NORDIC_VPR
7878

7979
rsource "gpd/Kconfig"
80-
81-
config SOC_NRF54H20_NO_MRAM_LATENCY
82-
bool "Disallow MRAM latency"
83-
imply NRFS
84-
imply NRFS_MRAM_SERVICE_ENABLED
85-
default y if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP

soc/nordic/nrf54h/mram.c

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

0 commit comments

Comments
 (0)