Skip to content

Commit 68875e2

Browse files
committed
[nrf noup] zephyr: Allow hash only for nrf54l devices
nrf-squash! [nrf noup] zephyr: sdk-nrf specific overrides on PSA Kconfigs Allow hash only, instead of signature, for nrf54l when using PSA crypto. Signed-off-by: Dominik Ermel <[email protected]>
1 parent 72bcf38 commit 68875e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boot/zephyr/Kconfig

+2-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ choice BOOT_SIGNATURE_TYPE
214214

215215
config BOOT_SIGNATURE_TYPE_NONE
216216
bool "No signature; use only hash check"
217-
select BOOT_USE_TINYCRYPT
217+
select BOOT_USE_TINYCRYPT if !SOC_SERIES_NRF54LX
218+
select BOOT_USE_PSA_CRYPTO if SOC_SERIES_NRF54LX
218219
select BOOT_IMG_HASH_ALG_SHA256_ALLOW
219220

220221
config BOOT_SIGNATURE_TYPE_RSA

0 commit comments

Comments
 (0)