From ebfc7db3805ea2fdee9a0f7d7af7fef37edf11e5 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Fri, 2 May 2025 08:06:07 +0100 Subject: [PATCH] west.yml: MCUboot synchronization from upstream Update Zephyr fork of MCUboot to revision: 990b1fcb367e27056b282f183e819964fdbfe907 - f76fba70 boot: bootutil: swap_scratch: Fix issue with bricking device - 7253f01c boot: bootutil: Refactor erase functionality to fix watchdog feeding - a98bff9f boot: zephyr: kconfig: Fix issues and re-order - 1b2d261d boot: zephyr: flash_map: Fix unused argument - 413eb384 boot: zephyr: flash_map: Fix missing include - 15b36f91 boot: zephyr: kconfig: enable dependencies of Mbed TLS Kconfig option - f6e8e88a boot: bootutil: Move erase function location - 5ef87c79 boot: zephyr: kconfig: Fix BOOT_SWAP_USING_MOVE description - bc18d7da boot: boot_serial: Fix issue with CBOR and setting image state Signed-off-by: Jamie McCrae --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 250f05a2903..06a2fcc187c 100644 --- a/west.yml +++ b/west.yml @@ -308,7 +308,7 @@ manifest: groups: - crypto - name: mcuboot - revision: 81315483fcbdf1f1524c2b34a1fd4de6c77cd0f4 + revision: 990b1fcb367e27056b282f183e819964fdbfe907 path: bootloader/mcuboot groups: - bootloader