Skip to content

Commit c8f5ab0

Browse files
de-nordicrlubos
authored andcommitted
tests: nrf_compress: decompression: Enable ED25519
Enable ED25519 for nrf54l by default. Signed-off-by: Dominik Ermel <[email protected]>
1 parent 7ea1b0b commit c8f5ab0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/subsys/nrf_compress/decompression/mcuboot_update/sysbuild.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ set_config_string(compressed_app CONFIG_MCUBOOT_SIGNATURE_KEY_FILE
1616
set_config_bool(compressed_app CONFIG_MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY y)
1717
set(compressed_app_SIGNING_SCRIPT "${CMAKE_CURRENT_LIST_DIR}/modified_signing.cmake" CACHE INTERNAL "MCUboot signing script" FORCE)
1818
set_config_bool(compressed_app CONFIG_MCUBOOT_COMPRESSED_IMAGE_SUPPORT_ENABLED y)
19+
20+
if(SB_CONFIG_SOC_SERIES_NRF54LX AND SB_CONFIG_BOOT_SIGNATURE_TYPE_ED25519)
21+
set_config_bool(compressed_app CONFIG_MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_ED25519 y)
22+
set_config_bool(compressed_app CONFIG_MCUBOOT_BOOTLOADER_USES_SHA512 y)
23+
set_config_bool(compressed_app CONFIG_MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_PURE n)
24+
endif()

0 commit comments

Comments
 (0)