From efdd2a8ff2d08e5de095251da31d8ad13cd8c9cb Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Mon, 7 Jul 2025 11:57:09 +0100 Subject: [PATCH] west.yml: MCUboot synchronization from upstream Update Zephyr fork of MCUboot to revision: 4eba8087fa606db801455f14d185255bc8c49467 Brings following Zephyr relevant fixes: - 4eba8087 boot: zephyr: boards config of the stm32h573 disco kit - 2dd7c655 boot: zephyr: boards config of the stm32h7rs target boards - cde66e17 boot: zephyr: defines FLASH device for external NOR - 6a178d29 bootutil: Use flash base address for direct hash Signed-off-by: Jamie McCrae --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 5a97cb21c17..92734c254ab 100644 --- a/west.yml +++ b/west.yml @@ -310,7 +310,7 @@ manifest: groups: - crypto - name: mcuboot - revision: 3430520d7080a8ac3e4b325cfde0ef18837209af + revision: 4eba8087fa606db801455f14d185255bc8c49467 path: bootloader/mcuboot groups: - bootloader