mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
arch/xtensa/src/esp32/Bootloader.mk: stop applying a local patch
From @tmedicci https://github.com/apache/nuttx/pull/13311#issuecomment-2343486553
This commit is contained in:
committed by
Xiang Xiao
parent
e02325a0a6
commit
64804be879
@@ -176,9 +176,6 @@ else ifeq ($(CONFIG_ESP32_APP_FORMAT_LEGACY),y)
|
||||
$(BOOTLOADER_SRCDIR):
|
||||
$(Q) git clone $(BOOTLOADER_URL) $(BOOTLOADER_SRCDIR) -b $(BOOTLOADER_VERSION)
|
||||
$(Q) git -C $(BOOTLOADER_SRCDIR) submodule update --init esp-idf
|
||||
ifeq ($(CONFIG_BUILD_PROTECTED),y)
|
||||
$(Q) git -C $(BOOTLOADER_SRCDIR)/esp-idf apply -v $(BOOTLOADER_DIR)/0001-esp32-Connect-Xtensa-Instruction-RAM1-to-Cache.patch
|
||||
endif
|
||||
|
||||
bootloader: $(BOOTLOADER_SRCDIR) $(BOOTLOADER_CONFIG)
|
||||
$(Q) echo "Building Bootloader binaries"
|
||||
|
||||
Reference in New Issue
Block a user