You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/07/12 02:57:06 UTC

[incubator-nuttx] 01/04: esp32c3-devkit: Use prebuilt bootloader binaries on knsh defconfig

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/incubator-nuttx.git

commit 686c9f0ad76d6ce5a5af8f922a5372d406c60ca1
Author: Gustavo Henrique Nihei <gu...@espressif.com>
AuthorDate: Mon Jul 11 14:35:41 2022 -0300

    esp32c3-devkit: Use prebuilt bootloader binaries on knsh defconfig
    
    After #6400 the prebuilt bootloader may be used for loading the NuttX
    images when BUILD_PROTECTED is enabled.
    
    Signed-off-by: Gustavo Henrique Nihei <gu...@espressif.com>
---
 boards/risc-v/esp32c3/esp32c3-devkit/configs/knsh/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/configs/knsh/defconfig b/boards/risc-v/esp32c3/esp32c3-devkit/configs/knsh/defconfig
index 85ae6a6af3..32aa988959 100644
--- a/boards/risc-v/esp32c3/esp32c3-devkit/configs/knsh/defconfig
+++ b/boards/risc-v/esp32c3/esp32c3-devkit/configs/knsh/defconfig
@@ -30,7 +30,6 @@ CONFIG_DEBUG_INFO=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEBUG_WARN=y
 CONFIG_DEV_ZERO=y
-CONFIG_ESP32C3_BOOTLOADER_BUILD_FROM_SOURCE=y
 CONFIG_FS_PROCFS=y
 CONFIG_IDLETHREAD_STACKSIZE=2048
 CONFIG_INIT_ENTRYPOINT="nsh_main"