@@ -248,8 +248,8 @@ choice BOOT_SIGNATURE_TYPE
248248
249249config BOOT_SIGNATURE_TYPE_NONE
250250 bool "No signature; use only hash check"
251- select BOOT_USE_TINYCRYPT if !SOC_SERIES_NRF54LX
252- select BOOT_USE_PSA_CRYPTO if SOC_SERIES_NRF54LX
251+ select BOOT_USE_TINYCRYPT if !SOC_SERIES_NRF54L
252+ select BOOT_USE_PSA_CRYPTO if SOC_SERIES_NRF54L
253253 select BOOT_IMG_HASH_ALG_SHA256_ALLOW
254254
255255config BOOT_SIGNATURE_TYPE_RSA
@@ -423,7 +423,7 @@ config BOOT_SIGNATURE_KMU_SLOTS
423423
424424config NCS_BOOT_SIGNATURE_KMU_UROT_MAPPING
425425 bool "Use original mapping [DEPRECATED]"
426- depends on SOC_SERIES_NRF54LX
426+ depends on SOC_SERIES_NRF54L
427427 depends on MCUBOOT_MCUBOOT_IMAGE_NUMBER = -1
428428 select DEPRECATED
429429 help
@@ -810,7 +810,7 @@ if BOOT_ENCRYPT_X25519 && BOOT_USE_PSA_CRYPTO
810810
811811choice BOOT_HMAC_SHA
812812 prompt "SHA used for HMAC and HKDF in encryption key exchange"
813- default BOOT_HMAC_SHA512 if BOOT_ENCRYPT_X25519 && SOC_SERIES_NRF54LX
813+ default BOOT_HMAC_SHA512 if BOOT_ENCRYPT_X25519 && SOC_SERIES_NRF54L
814814 default BOOT_HMAC_SHA256
815815 help
816816 HMAC/HKDF sha algorithm may be selected to synchronize sha
@@ -1156,7 +1156,7 @@ config MCUBOOT_DOWNGRADE_PREVENTION_SECURITY_COUNTER
11561156config MCUBOOT_HW_DOWNGRADE_PREVENTION_COUNTER_LIMITED
11571157 bool "HW based downgrade prevention counter has limited number of updates"
11581158 depends on MCUBOOT_HW_DOWNGRADE_PREVENTION
1159- default y if SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X || SOC_SERIES_NRF54LX
1159+ default y if SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91 || SOC_SERIES_NRF54L
11601160 help
11611161 When this option is set, the hardware downgrade prevention counter
11621162 has limited number of updates. This option will enable checking
0 commit comments