From c2d9935169586125d2b919554dfbab37f2bec4af Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Tue, 20 Feb 2024 15:34:07 +0000 Subject: [PATCH] manifest: Update sdk-mcuboot to bring fix for upstream issue #1768 Bring fix for MCUboot issue: - swap_move: boot_read_image_header mixes slot numbers when more than one image is swapped in multi-image configuration https://github.com/mcu-tools/mcuboot/issues/1768 Signed-off-by: Dominik Ermel --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index b3090141f7d3..99616842217a 100644 --- a/west.yml +++ b/west.yml @@ -129,7 +129,7 @@ manifest: compare-by-default: true - name: mcuboot repo-path: sdk-mcuboot - revision: 55a0f64dbdbead3b8a9120af6e23f20e3521a37a + revision: cb64eca4df86554a8da61e23d8fe4469257ff8be path: bootloader/mcuboot - name: qcbor url: https://github.com/laurencelundblade/QCBOR.git