Skip to content

Commit ad11b2d

Browse files
gmarullrlubos
authored andcommitted
samples: suit: flash_companion: disable MRAM latency service
Otherwise NRFS can't be disabled. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 719af32 commit ad11b2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/suit/flash_companion/prj.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ CONFIG_FLASH=y
2020
# Disable power management
2121
CONFIG_PM=n
2222

23-
# Disable GPD service and NRFS
23+
# Disable GPD service, MRAM latency service and NRFS
2424
CONFIG_SOC_NRF54H20_GPD=n
25+
CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n
2526
CONFIG_NRFS=n
2627

2728
# Disable unneeded interrupt features

0 commit comments

Comments
 (0)