Skip to content

Commit 0cbc488

Browse files
de-nordiccarlescufi
authored andcommitted
west.yml: Reset MCUboot revision due to history overwrite
The commit resets MCUboot revision after zephyrproject-rtos/mcuboot main branch has been overwritten with mcuboot/mcuboot main. The reset has been done due to MCUboot fork history, in Zephyr, has been broken and contained duplicate commits. For details look at issue: #55303. The reset of MCUboot also requires update to following repositories: trusted-firmware-m Signed-off-by: Dominik Ermel <[email protected]>
1 parent 69966dd commit 0cbc488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

west.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ manifest:
181181
groups:
182182
- crypto
183183
- name: mcuboot
184-
revision: 750678e33819b95756203e5db1ba827baee35708
184+
revision: 59624334748129cb93f096408911a227b0dd64c0
185185
path: bootloader/mcuboot
186186
- name: mipi-sys-t
187187
path: modules/debug/mipi-sys-t
@@ -231,7 +231,7 @@ manifest:
231231
groups:
232232
- debug
233233
- name: trusted-firmware-m
234-
revision: f2a639c8d1842acb2964a27461f5c9cfdfaa4d16
234+
revision: a8313be08816a2ed9d883c6b79fb4e5d2bef81c2
235235
path: modules/tee/tf-m/trusted-firmware-m
236236
groups:
237237
- tee

0 commit comments

Comments
 (0)