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 6192328 commit 29bcb74Copy full SHA for 29bcb74
boot/zephyr/Kconfig
@@ -148,6 +148,7 @@ config BOOT_IMG_HASH_ALG_SHA512_ALLOW
148
149
config BOOT_IMG_HASH_DIRECTLY_ON_STORAGE
150
bool "Hash calculation functions access storage through address space"
151
+ default y if NRF_SECURITY && SOC_NRF54H20
152
depends on !BOOT_ENCRYPT_IMAGE
153
help
154
When possible to map storage device, at least for read operations,
@@ -202,7 +203,7 @@ config BOOT_SIGNATURE_TYPE_PURE_ALLOW
202
203
204
choice BOOT_SIGNATURE_TYPE
205
prompt "Signature type"
- default BOOT_SIGNATURE_TYPE_ED25519 if SOC_NRF54L15_CPUAPP
206
+ default BOOT_SIGNATURE_TYPE_ED25519 if SOC_NRF54L15_CPUAPP || SOC_NRF54H20_CPUAPP
207
default BOOT_SIGNATURE_TYPE_RSA
208
209
config BOOT_SIGNATURE_TYPE_NONE
0 commit comments