From af1b627065848a64e3aba6752aa0c363bab06b99 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 30 Apr 2024 12:27:23 +0100 Subject: [PATCH] west.yml: MCUboot synchronization from upstream Update Zephyr fork of MCUboot to revision: 018dc01d484358d81f889c36471d9ce5590965b6 Brings following Zephyr relevant fixes: - 018dc01d boot/zephyr: use socs conf - d4394c2f mbedtls config: fix too early check_config.h includes Signed-off-by: Jamie McCrae --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 05d9717db83..6673d1f65f7 100644 --- a/west.yml +++ b/west.yml @@ -282,7 +282,7 @@ manifest: groups: - crypto - name: mcuboot - revision: d4394c2f9b76e0a7b758441cea3a8ceb896f66c8 + revision: 018dc01d484358d81f889c36471d9ce5590965b6 path: bootloader/mcuboot - name: mipi-sys-t path: modules/debug/mipi-sys-t