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 <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2022-07-11 14:35:41 -03:00 committed by Xiang Xiao
parent 6de170b154
commit 686c9f0ad7

View File

@ -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"