Skip to content

Commit

Permalink
samples: suit: flash_companion: disable MRAM latency service
Browse files Browse the repository at this point in the history
Otherwise NRFS can't be disabled.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and NordicBuilder committed Nov 7, 2024
1 parent 9d75db8 commit 7242001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/suit/flash_companion/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ CONFIG_FLASH=y
# Disable power management
CONFIG_PM=n

# Disable GPD service and NRFS
# Disable GPD service, MRAM latency service and NRFS
CONFIG_SOC_NRF54H20_GPD=n
CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n
CONFIG_NRFS=n

# Disable unneeded interrupt features
Expand Down

0 comments on commit 7242001

Please sign in to comment.