Skip to content

Commit b1cbeef

Browse files
michalek-norlubos
authored andcommitted
[nrf noup] boot: zephyr: Kconfig update nrf54l15dk symbol for ED25519
fixup! [nrf noup] PSA configuration required changes Updates pdk to dk symbol. Signed-off-by: Mateusz Michalek <[email protected]> (cherry picked from commit e60dc3f)
1 parent 40db18c commit b1cbeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ config BOOT_SIGNATURE_TYPE_PURE_ALLOW
202202

203203
choice BOOT_SIGNATURE_TYPE
204204
prompt "Signature type"
205-
default BOOT_SIGNATURE_TYPE_ED25519 if BOARD_NRF54L15PDK_NRF54L15_CPUAPP
205+
default BOOT_SIGNATURE_TYPE_ED25519 if SOC_NRF54L15_CPUAPP
206206
default BOOT_SIGNATURE_TYPE_RSA
207207

208208
config BOOT_SIGNATURE_TYPE_NONE

0 commit comments

Comments
 (0)