This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/10.2 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 99dbc0e9fee0296f1a77f125cafc1599233fd404 Author: Gustavo Henrique Nihei <gustavo.ni...@espressif.com> AuthorDate: Fri Oct 15 12:04:55 2021 -0300 risc-v/esp32c3: Fix wrong arch in the path to chip folder Signed-off-by: Gustavo Henrique Nihei <gustavo.ni...@espressif.com> --- arch/risc-v/src/esp32c3/Bootloader.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/risc-v/src/esp32c3/Bootloader.mk b/arch/risc-v/src/esp32c3/Bootloader.mk index d8be009..58f6f1d 100644 --- a/arch/risc-v/src/esp32c3/Bootloader.mk +++ b/arch/risc-v/src/esp32c3/Bootloader.mk @@ -20,7 +20,7 @@ ifeq ($(CONFIG_ESP32C3_BOOTLOADER_BUILD_FROM_SOURCE),y) -CHIPDIR = $(TOPDIR)/arch/xtensa/src/chip +CHIPDIR = $(TOPDIR)/arch/risc-v/src/chip BOOTLOADER_SRCDIR = $(CHIPDIR)/esp-nuttx-bootloader BOOTLOADER_VERSION = main