Skip to content

Commit 4c4ea89

Browse files
nordic-mik7rlubos
authored andcommitted
sysbuild: Enable BOOT_SIGNATURE_TYPE_PURE for nRF54H20
This commit enables the BOOT_SIGNATURE_TYPE_PURE configuration for the nRF54H20 platform in sysbuild. Signed-off-by: Michal Kozikowski <[email protected]>
1 parent 40cca60 commit 4c4ea89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysbuild/Kconfig.mcuboot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ endchoice
156156

157157
config BOOT_SIGNATURE_TYPE_PURE
158158
bool "Verify signature directly over image"
159-
depends on SOC_SERIES_NRF54LX
159+
depends on SOC_SERIES_NRF54LX || SOC_SERIES_NRF54HX
160160
depends on BOOT_SIGNATURE_TYPE_ED25519
161161
help
162162
The image signature will be verified over image rather than

0 commit comments

Comments
 (0)