From 326df4a31a296c7c5a9d6a921d4e58a227b2b8cf Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 12 Feb 2025 12:49:53 +0000 Subject: [PATCH] west.yml: MCUboot synchronization from upstream Update Zephyr fork of MCUboot to revision: 346f7374ff4467e40b5594658f8ac67a5e9813c9 Brings following Zephyr relevant fixes: - 2aa6da15 boot: Add flash area ID/device ID retrieval hooks - b3ed5cc6 boot: New boot_go hook - dbbcb78b boot/zephyr: Fix SINGLE_APPLICATION_SLOT_RAM_LOAD file inclusion - 33094fc5 boot: bootutil: loader: Fix issue with stuck revert Signed-off-by: Jamie McCrae --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 67584f74183..01fcb72d3a9 100644 --- a/west.yml +++ b/west.yml @@ -303,7 +303,7 @@ manifest: groups: - crypto - name: mcuboot - revision: 9a02794a14fa2e539ffe039a986360590d9e025f + revision: 346f7374ff4467e40b5594658f8ac67a5e9813c9 path: bootloader/mcuboot groups: - bootloader