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 2023/08/16 14:06:49 UTC

[nuttx] 02/02: esp32c3-devkit: Remove unnecessary configurations

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

commit 6364fc6e69c8ec5a961aaa128c338d3c4cbbe731
Author: Shoukui Zhang <zh...@xiaomi.com>
AuthorDate: Wed Aug 16 10:00:38 2023 +0800

    esp32c3-devkit: Remove unnecessary configurations
    
    TESTING_MTD_CONFIG_FAIL_SAFE auto select MTD_CONFIG_NAMED
    
    Signed-off-by: Shoukui Zhang <zh...@xiaomi.com>
---
 boards/risc-v/esp32c3/esp32c3-devkit/configs/nvcfgdata/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/configs/nvcfgdata/defconfig b/boards/risc-v/esp32c3/esp32c3-devkit/configs/nvcfgdata/defconfig
index eeb301f382..aa2b4d5e30 100644
--- a/boards/risc-v/esp32c3/esp32c3-devkit/configs/nvcfgdata/defconfig
+++ b/boards/risc-v/esp32c3/esp32c3-devkit/configs/nvcfgdata/defconfig
@@ -33,7 +33,6 @@ CONFIG_LIBC_PERROR_STDOUT=y
 CONFIG_LIBC_STRERROR=y
 CONFIG_MTD_CONFIG=y
 CONFIG_MTD_CONFIG_FAIL_SAFE=y
-CONFIG_MTD_CONFIG_NAMED=y
 CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=6
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y