This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new 7b22525f0 boot/mcuboot: Bump up version to 36bac4f6a54a3b76266444d8c6c177b8b0483a05 7b22525f0 is described below commit 7b22525f0bd311f59adef859e9a9ed4d384f8baa Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Sun Nov 13 18:55:13 2022 +0800 boot/mcuboot: Bump up version to 36bac4f6a54a3b76266444d8c6c177b8b0483a05 Fix Error: mcuboot/boot/bootutil/src/bootutil_public.c:159:1: error: unused function 'boot_swap_size_off' [-Werror,-Wunused-function] boot_swap_size_off(const struct flash_area *fap) Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- boot/mcuboot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/mcuboot/Kconfig b/boot/mcuboot/Kconfig index 16fe1beba..c6dc38061 100644 --- a/boot/mcuboot/Kconfig +++ b/boot/mcuboot/Kconfig @@ -14,7 +14,7 @@ if BOOT_MCUBOOT config MCUBOOT_VERSION string "MCUboot version" - default "bb927ac014787992f2d8b42c7bd5d05eb4c17e05" + default "36bac4f6a54a3b76266444d8c6c177b8b0483a05" config MCUBOOT_ENABLE_LOGGING bool "Enable MCUboot logging"