You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/11/24 20:51:32 UTC

[incubator-nuttx-apps] branch master updated: mcuboot/Kconfig: update hash commit to include fix for referenciation error in memset call

This is an automated email from the ASF dual-hosted git repository.

acassis 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 4214526  mcuboot/Kconfig: update hash commit to include fix for referenciation error in memset call
4214526 is described below

commit 421452690bc8139298b8bb085ca719f28ece606e
Author: Petro Karashchenko <pe...@gmail.com>
AuthorDate: Wed Nov 24 14:49:07 2021 +0200

    mcuboot/Kconfig: update hash commit to include fix for referenciation
    error in memset call
    
    Signed-off-by: Petro Karashchenko <pe...@gmail.com>
---
 boot/mcuboot/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/mcuboot/Kconfig b/boot/mcuboot/Kconfig
index 4cc8e39..6e93156 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"