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:
parent
fc1ac6e3e0
commit
ae25ebce4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user