mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 14:35:08 +00: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:
parent
e02325a0a6
commit
64804be879
1 changed files with 0 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue