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

[incubator-nuttx-apps] branch master updated: mcuboot/Kconfig: update hash commit to include fix for compilation warnings

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

gustavonihei 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 16accc1  mcuboot/Kconfig: update hash commit to include fix for compilation warnings
16accc1 is described below

commit 16accc17bfe26956c52b9f886135dc5eb8aaf3b1
Author: Petro Karashchenko <pe...@gmail.com>
AuthorDate: Thu Nov 25 19:40:00 2021 +0200

    mcuboot/Kconfig: update hash commit to include fix for compilation
    warnings
    
    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 6e93156..8774978 100644
--- a/boot/mcuboot/Kconfig
+++ b/boot/mcuboot/Kconfig
@@ -14,7 +14,7 @@ if BOOT_MCUBOOT
 
 config MCUBOOT_VERSION
 	string "MCUboot version"
-	default "5e762643778454ca9a1f872e3dfdef6490204f96"
+	default "7c890f4b075aed73e4c825ccf875b2fb9ebf2ded"
 
 config MCUBOOT_ENABLE_LOGGING
 	bool "Enable MCUboot logging"