From 7242001951aada6c2793ca45f744198049fde507 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 5 Nov 2024 21:03:32 +0100 Subject: [PATCH] samples: suit: flash_companion: disable MRAM latency service Otherwise NRFS can't be disabled. Signed-off-by: Gerard Marull-Paretas --- samples/suit/flash_companion/prj.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/suit/flash_companion/prj.conf b/samples/suit/flash_companion/prj.conf index 96ae996bc4ae..c6398fc92a8f 100644 --- a/samples/suit/flash_companion/prj.conf +++ b/samples/suit/flash_companion/prj.conf @@ -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