@@ -253,8 +253,8 @@ choice BOOT_SIGNATURE_TYPE
253253
254254config BOOT_SIGNATURE_TYPE_NONE
255255 bool "No signature; use only hash check"
256- select BOOT_USE_TINYCRYPT if !SOC_SERIES_NRF54LX
257- select BOOT_USE_PSA_CRYPTO if SOC_SERIES_NRF54LX
256+ select BOOT_USE_TINYCRYPT if !SOC_SERIES_NRF54L
257+ select BOOT_USE_PSA_CRYPTO if SOC_SERIES_NRF54L
258258 select BOOT_IMG_HASH_ALG_SHA256_ALLOW
259259
260260config BOOT_SIGNATURE_TYPE_RSA
@@ -432,7 +432,7 @@ config BOOT_SIGNATURE_KMU_SLOTS
432432
433433config NCS_BOOT_SIGNATURE_KMU_UROT_MAPPING
434434 bool "Use original mapping [DEPRECATED]"
435- depends on SOC_SERIES_NRF54LX
435+ depends on SOC_SERIES_NRF54L
436436 depends on MCUBOOT_MCUBOOT_IMAGE_NUMBER = -1
437437 select DEPRECATED
438438 help
@@ -819,7 +819,7 @@ if BOOT_ENCRYPT_X25519 && BOOT_USE_PSA_CRYPTO
819819
820820choice BOOT_HMAC_SHA
821821 prompt "SHA used for HMAC and HKDF in encryption key exchange"
822- default BOOT_HMAC_SHA512 if BOOT_ENCRYPT_X25519 && SOC_SERIES_NRF54LX
822+ default BOOT_HMAC_SHA512 if BOOT_ENCRYPT_X25519 && SOC_SERIES_NRF54L
823823 default BOOT_HMAC_SHA256
824824 help
825825 HMAC/HKDF sha algorithm may be selected to synchronize sha
@@ -1165,7 +1165,7 @@ config MCUBOOT_DOWNGRADE_PREVENTION_SECURITY_COUNTER
11651165config MCUBOOT_HW_DOWNGRADE_PREVENTION_COUNTER_LIMITED
11661166 bool "HW based downgrade prevention counter has limited number of updates"
11671167 depends on MCUBOOT_HW_DOWNGRADE_PREVENTION
1168- default y if SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X || SOC_SERIES_NRF54LX
1168+ default y if SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91 || SOC_SERIES_NRF54L
11691169 help
11701170 When this option is set, the hardware downgrade prevention counter
11711171 has limited number of updates. This option will enable checking
0 commit comments