Commit fcec947
[nrf noup] Fix KMU breaking non-KMU builds of MCUboot
The commit fixes problem where usage of OR instead of AND
in conditional expression broke non-KMU signature builds
of MCUboot.
The commit also removes BOOT_SIGNATURE_TYPE_PURE_ALLOW
on NRF_SECURITY, which breaks build for non-PSA builds.
fixup! [nrf noup] bootutil: Add support for KMU stored ED25519 signature key
Signed-off-by: Dominik Ermel <[email protected]>1 parent 647f6e3 commit fcec947
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | 197 | | |
199 | 198 | | |
200 | 199 | | |
| |||
0 commit comments