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 9950583 commit 715c276Copy full SHA for 715c276
cmake/sysbuild/image_signing.cmake
@@ -249,7 +249,7 @@ function(zephyr_mcuboot_tasks)
249
# ECIES-X25519 is used. Default to HMAC-SHA512 for ECIES-X25519.
250
# Only NRF54L gets the HMAC-SHA512, other remain with previously used
251
# SHA256.
252
- if(CONFIG_SOC_SERIES_NRF54LX AND CONFIG_MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_ED25519)
+ if((CONFIG_SOC_NRF54L15_CPUAPP OR CONFIG_SOC_NRF54L10_CPUAPP OR CONFIG_SOC_NRF54L05_CPUAPP OR CONFIG_SOC_NRF54LM20A_ENGA_CPUAPP) AND CONFIG_MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_ED25519)
253
set(imgtool_args ${imgtool_args} --hmac-sha 512)
254
endif()
255
0 commit comments