From 421452690bc8139298b8bb085ca719f28ece606e Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Wed, 24 Nov 2021 14:49:07 +0200 Subject: [PATCH] mcuboot/Kconfig: update hash commit to include fix for referenciation error in memset call Signed-off-by: Petro Karashchenko --- boot/mcuboot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/mcuboot/Kconfig b/boot/mcuboot/Kconfig index 4cc8e399c..6e93156a6 100644 --- a/boot/mcuboot/Kconfig +++ b/boot/mcuboot/Kconfig @@ -14,7 +14,7 @@ if BOOT_MCUBOOT config MCUBOOT_VERSION string "MCUboot version" - default "fca1aa4764eef4da008aeaf7e570184281aa79fa" + default "5e762643778454ca9a1f872e3dfdef6490204f96" config MCUBOOT_ENABLE_LOGGING bool "Enable MCUboot logging"