We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237af62 commit 34ce0b5Copy full SHA for 34ce0b5
tests/subsys/kmu/hello_for_kmu/sysbuild.conf
@@ -5,3 +5,4 @@
5
#
6
SB_CONFIG_BOOTLOADER_MCUBOOT=y
7
SB_CONFIG_BOOT_SIGNATURE_TYPE_ED25519=y
8
+SB_CONFIG_MCUBOOT_SIGNATURE_USING_KMU=y
tests/subsys/kmu/hello_for_kmu/sysbuild/mcuboot.conf
@@ -7,7 +7,6 @@ CONFIG_NRF_SECURITY=y
CONFIG_MBEDTLS=n
CONFIG_BOOT_ED25519_PSA=y
9
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x10000
10
-CONFIG_BOOT_SIGNATURE_USING_KMU=y
11
12
# can be removed after merging #18487
13
CONFIG_MBEDTLS_THREADING_C=n
0 commit comments