From 7c42e8a83c01044c14f96a9e2a09903c54ffe14e Mon Sep 17 00:00:00 2001 From: Andrzej Puzdrowski Date: Thu, 16 Dec 2021 13:03:08 +0100 Subject: [PATCH] manifest: mcuboot update Synch up to upstream: https://github.com/mcu-tools/mcuboot/commit/1eedec3e79 - fixed the build issue caused by removal of CONFIG_SYSTEM_CLOCK_DISABLE property (within drivers: timer: implementation cleanups #37435) - always call sys_clock_disable() in main since the empty sys_clock_disable() callback is provided if the platform doesn't support system clock disable capability. - bootutil: Close flash_area after failure to read swap status information - fixed status offset calculation in case of scratch area - fixed include path for reboot.h header. Signed-off-by: Andrzej Puzdrowski --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 790850c044..770dd61f89 100644 --- a/west.yml +++ b/west.yml @@ -168,7 +168,7 @@ manifest: groups: - crypto - name: mcuboot - revision: 33906b472a6c0ed4e2ca3520eb4eed1db40c6018 + revision: 399720d1cabd26c4356445d351f263b31e942961 path: bootloader/mcuboot - name: mipi-sys-t path: modules/debug/mipi-sys-t