From 15385c7f521af4d919f225193fb27f4a9002f8ef Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 19 Mar 2024 08:24:20 +0000 Subject: [PATCH] west.yml: MCUboot synchronization from upstream Update Zephyr fork of MCUboot to revision: 24ac8cc2be9384288829aac7477f522a7a71f3d4 Brings following Zephyr relevant fixes: - 24ac8cc2 boot: zephyr: Fix disabling I/D caches - 5d067f0e zephyr: boards: set BOOT_MAX_IMG_SECTORS value for rd_rw612_bga - aafcbad6 boot: Refactoring image dependency functions to reduce code size Signed-off-by: Jamie McCrae --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index a1dddf9308d3..6dd472de8b84 100644 --- a/west.yml +++ b/west.yml @@ -282,7 +282,7 @@ manifest: groups: - crypto - name: mcuboot - revision: 9fb7ce5d026db42768d63f04cc60ce022d27b555 + revision: 24ac8cc2be9384288829aac7477f522a7a71f3d4 path: bootloader/mcuboot - name: mipi-sys-t path: modules/debug/mipi-sys-t