From e2ca4709db3eb9a494449a6aef6779a970961eed Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 3 Dec 2024 14:08:27 +0000 Subject: [PATCH] tests: kmu: hello_for_kmu: Update MCUboot configuration Updates MCUboot configuration to set the number of KMU slots to the amount that the test requires Signed-off-by: Jamie McCrae --- tests/subsys/kmu/hello_for_kmu/sysbuild/mcuboot.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/subsys/kmu/hello_for_kmu/sysbuild/mcuboot.conf b/tests/subsys/kmu/hello_for_kmu/sysbuild/mcuboot.conf index da89eb04130e..2519ac64fcf8 100644 --- a/tests/subsys/kmu/hello_for_kmu/sysbuild/mcuboot.conf +++ b/tests/subsys/kmu/hello_for_kmu/sysbuild/mcuboot.conf @@ -7,6 +7,7 @@ CONFIG_NRF_SECURITY=y CONFIG_MBEDTLS=n CONFIG_BOOT_ED25519_PSA=y CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x10000 +CONFIG_BOOT_SIGNATURE_KMU_SLOTS=3 # can be removed after merging #18487 CONFIG_MBEDTLS_THREADING_C=n