Skip to content

Commit 2ff0af3

Browse files
committed
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 71d2f82 commit 2ff0af3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ manifest:
128128
compare-by-default: true
129129
- name: mcuboot
130130
repo-path: sdk-mcuboot
131-
revision: c72ed153fb924203975c38dfea2853ae612e0a9a
131+
revision: pull/492/head
132132
path: bootloader/mcuboot
133133
- name: qcbor
134134
url: https://github.com/laurencelundblade/QCBOR

0 commit comments

Comments
 (0)