From 995cd67666c4766001e11078ebb703a03bedc292 Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Sun, 17 May 2026 15:16:15 -0400 Subject: [PATCH] boot/mcuboot: Update commit version This updates the version of mcuboot used by NuttX now that BOARDIOC_INIT is removed. Signed-off-by: Matteo Golin --- boot/mcuboot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/mcuboot/Kconfig b/boot/mcuboot/Kconfig index 271c986e740..656861d738f 100644 --- a/boot/mcuboot/Kconfig +++ b/boot/mcuboot/Kconfig @@ -22,7 +22,7 @@ config MCUBOOT_REPOSITORY config MCUBOOT_VERSION string "MCUboot version" - default "457be0cf3fb03e9e09938728dece8f03309db973" + default "e36d3c8d6ca5e0ed1f510f2a7d110f405a7c396b" ---help--- Defines MCUboot version to be downloaded. Either release tag or commit hash should be specified. Using newer MCUboot version