From 602092dc8165e478c751879b6b6da10a3ac45f2f Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Fri, 20 Aug 2021 12:27:37 -0300 Subject: [PATCH] boot/mcuboot: Bump MCUboot version Signed-off-by: Gustavo Henrique Nihei --- boot/mcuboot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/mcuboot/Kconfig b/boot/mcuboot/Kconfig index 530e5dc31..1904bdd7b 100644 --- a/boot/mcuboot/Kconfig +++ b/boot/mcuboot/Kconfig @@ -14,7 +14,7 @@ if BOOT_MCUBOOT config MCUBOOT_VERSION string "MCUboot version" - default "01184bd0361c4128c6382aa9c640b02e7f1422f6" + default "fca1aa4764eef4da008aeaf7e570184281aa79fa" config MCUBOOT_ENABLE_LOGGING bool "Enable MCUboot logging"