You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/03/19 14:10:03 UTC

[incubator-nuttx] 01/04: boards/risc-v/esp32c3: Fix mcuboot configs

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

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

commit 4caa8b19e9ebf32e4c7772bd9e44afc2b1b8b23e
Author: Gerson Fernando Budke <ge...@ossystems.com.br>
AuthorDate: Sun Feb 27 09:19:47 2022 -0300

    boards/risc-v/esp32c3: Fix mcuboot configs
    
    MCUboot apps were moved to examples directory. This fix configs due to
    recent changes.
    
    Signed-off-by: Gerson Fernando Budke <ge...@ossystems.com.br>
---
 .../configs/{mcuboot_confirm => mcuboot_slot_confirm}/defconfig        | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/configs/mcuboot_confirm/defconfig b/boards/risc-v/esp32c3/esp32c3-devkit/configs/mcuboot_slot_confirm/defconfig
similarity index 96%
rename from boards/risc-v/esp32c3/esp32c3-devkit/configs/mcuboot_confirm/defconfig
rename to boards/risc-v/esp32c3/esp32c3-devkit/configs/mcuboot_slot_confirm/defconfig
index 6123b69..3cb7dbd 100644
--- a/boards/risc-v/esp32c3/esp32c3-devkit/configs/mcuboot_confirm/defconfig
+++ b/boards/risc-v/esp32c3/esp32c3-devkit/configs/mcuboot_slot_confirm/defconfig
@@ -19,12 +19,12 @@ CONFIG_ARCH_RISCV=y
 CONFIG_ARCH_STACKDUMP=y
 CONFIG_BOARDCTL_RESET=y
 CONFIG_BOARD_LOOPSPERMSEC=15000
-CONFIG_BOOT_MCUBOOT=y
 CONFIG_BUILTIN=y
 CONFIG_DEV_ZERO=y
 CONFIG_ESP32C3_APP_FORMAT_MCUBOOT=y
 CONFIG_ESP32C3_ESPTOOL_TARGET_SECONDARY=y
 CONFIG_ESP32C3_SPIFLASH=y
+CONFIG_EXAMPLES_MCUBOOT_SLOT_CONFIRM=y
 CONFIG_EXPERIMENTAL=y
 CONFIG_FS_PROCFS=y
 CONFIG_FS_SMARTFS=y
@@ -33,7 +33,6 @@ CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INTELHEX_BINARY=y
 CONFIG_LIBC_PERROR_STDOUT=y
 CONFIG_LIBC_STRERROR=y
-CONFIG_MCUBOOT_SLOT_CONFIRM_EXAMPLE=y
 CONFIG_MTD_SMART=y
 CONFIG_NAME_MAX=48
 CONFIG_NSH_ARCHINIT=y