Skip to content

Commit 222c060

Browse files
manifest: update mcuboot revision for ramload support
Update mcuboot revision to include ramload support. This commit can be dropped once ramload support is present within Zephyr's revision of MCUBoot. Signed-off-by: Daniel DeGrasse <ddegrasse@tenstorrent.com>
1 parent dcc4c84 commit 222c060

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

west.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ manifest:
2323
url-base: https://github.com/zephyrproject-rtos
2424
- name: babblesim
2525
url-base: https://github.com/BabbleSim
26+
- name: mcuboot
27+
url-base: https://github.com/mcu-tools
2628

2729
group-filter: [-babblesim, -optional]
2830

@@ -310,7 +312,8 @@ manifest:
310312
groups:
311313
- crypto
312314
- name: mcuboot
313-
revision: 07222c1929e1d79d303baa8fde7f977a79e48e9a
315+
revision: pull/2197/head
316+
remote: mcuboot
314317
path: bootloader/mcuboot
315318
groups:
316319
- bootloader

0 commit comments

Comments
 (0)