risc-v/esp32c3: Fix wrong arch in the path to chip folder

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2021-10-15 12:04:55 -03:00 committed by Xiang Xiao
parent fc1ac6e3e0
commit ae25ebce4c

View File

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