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

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 3577254d9f0 boards/arm: remove custom MCUBoot version from defconfigs
3577254d9f0 is described below

commit 3577254d9f0f82b4c36a13777fcd36767bd262bf
Author: Filipe Cavalcanti <[email protected]>
AuthorDate: Wed Nov 5 14:44:53 2025 +0800

    boards/arm: remove custom MCUBoot version from defconfigs
    
    Removing the custom MCUBoot hash from 5 defconfigs.
    This custom hash is blocking the MCUBoot update on nuttx-apps due to
    changes in source files.
    
    Signed-off-by: Filipe Cavalcanti <[email protected]>
---
 boards/arm/imxrt/imxrt1064-evk/configs/mcuboot-loader/defconfig       | 1 -
 boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader/defconfig         | 1 -
 boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader_minimal/defconfig | 1 -
 boards/arm/nrf52/nrf52840-dk/configs/mcuboot_loader/defconfig         | 1 -
 boards/arm/stm32h7/nucleo-h743zi/configs/mcuboot-loader/defconfig     | 1 -
 5 files changed, 5 deletions(-)

diff --git a/boards/arm/imxrt/imxrt1064-evk/configs/mcuboot-loader/defconfig 
b/boards/arm/imxrt/imxrt1064-evk/configs/mcuboot-loader/defconfig
index f31782291e1..a2d01b30bd2 100644
--- a/boards/arm/imxrt/imxrt1064-evk/configs/mcuboot-loader/defconfig
+++ b/boards/arm/imxrt/imxrt1064-evk/configs/mcuboot-loader/defconfig
@@ -38,7 +38,6 @@ CONFIG_LINE_MAX=64
 CONFIG_LPUART1_BAUD=9600
 CONFIG_LPUART1_SERIAL_CONSOLE=y
 CONFIG_MCUBOOT_BOOTLOADER=y
-CONFIG_MCUBOOT_VERSION="414ac87cfd8d9cedeb781f812ad6f5072e6d8a39"
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_DISABLE_IFUPDOWN=y
 CONFIG_NSH_FILEIOSIZE=512
diff --git a/boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader/defconfig 
b/boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader/defconfig
index d16b83d31f4..d4a8bc9e47d 100644
--- a/boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader/defconfig
+++ b/boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader/defconfig
@@ -21,7 +21,6 @@ CONFIG_BOOT_MCUBOOT=y
 CONFIG_INIT_ENTRYPOINT="mcuboot_loader_main"
 CONFIG_INTELHEX_BINARY=y
 CONFIG_MCUBOOT_BOOTLOADER=y
-CONFIG_MCUBOOT_VERSION="414ac87cfd8d9cedeb781f812ad6f5072e6d8a39"
 CONFIG_MM_REGIONS=2
 CONFIG_NRF52_APP_FORMAT_MCUBOOT=y
 CONFIG_NRF52_PROGMEM_OTA_PARTITION=y
diff --git 
a/boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader_minimal/defconfig 
b/boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader_minimal/defconfig
index b14e5c8bdca..08ffba14b20 100644
--- a/boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader_minimal/defconfig
+++ b/boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader_minimal/defconfig
@@ -31,7 +31,6 @@ CONFIG_DISABLE_PTHREAD=y
 CONFIG_INIT_ENTRYPOINT="mcuboot_loader_main"
 CONFIG_INTELHEX_BINARY=y
 CONFIG_MCUBOOT_BOOTLOADER=y
-CONFIG_MCUBOOT_VERSION="414ac87cfd8d9cedeb781f812ad6f5072e6d8a39"
 CONFIG_MM_REGIONS=2
 CONFIG_NRF52_APP_FORMAT_MCUBOOT=y
 CONFIG_NRF52_MCUBOOT_HAVE_SCRACH=y
diff --git a/boards/arm/nrf52/nrf52840-dk/configs/mcuboot_loader/defconfig 
b/boards/arm/nrf52/nrf52840-dk/configs/mcuboot_loader/defconfig
index 4e41a9c3612..5d88c81cdea 100644
--- a/boards/arm/nrf52/nrf52840-dk/configs/mcuboot_loader/defconfig
+++ b/boards/arm/nrf52/nrf52840-dk/configs/mcuboot_loader/defconfig
@@ -21,7 +21,6 @@ CONFIG_BOOT_MCUBOOT=y
 CONFIG_INIT_ENTRYPOINT="mcuboot_loader_main"
 CONFIG_INTELHEX_BINARY=y
 CONFIG_MCUBOOT_BOOTLOADER=y
-CONFIG_MCUBOOT_VERSION="414ac87cfd8d9cedeb781f812ad6f5072e6d8a39"
 CONFIG_MM_REGIONS=2
 CONFIG_NRF52_APP_FORMAT_MCUBOOT=y
 CONFIG_NRF52_PROGMEM_OTA_PARTITION=y
diff --git a/boards/arm/stm32h7/nucleo-h743zi/configs/mcuboot-loader/defconfig 
b/boards/arm/stm32h7/nucleo-h743zi/configs/mcuboot-loader/defconfig
index b15c4d639f4..24bcceaf2c8 100644
--- a/boards/arm/stm32h7/nucleo-h743zi/configs/mcuboot-loader/defconfig
+++ b/boards/arm/stm32h7/nucleo-h743zi/configs/mcuboot-loader/defconfig
@@ -39,7 +39,6 @@ CONFIG_INTELHEX_BINARY=y
 CONFIG_LIBM=y
 CONFIG_LINE_MAX=64
 CONFIG_MCUBOOT_BOOTLOADER=y
-CONFIG_MCUBOOT_VERSION="414ac87cfd8d9cedeb781f812ad6f5072e6d8a39"
 CONFIG_MM_IOB=y
 CONFIG_MM_REGIONS=4
 CONFIG_NSH_BUILTIN_APPS=y

Reply via email to