This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 64804be879ddced89dabe78cd5ee8b917b659e6f Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Thu Sep 12 14:25:41 2024 +0900 arch/xtensa/src/esp32/Bootloader.mk: stop applying a local patch From @tmedicci https://github.com/apache/nuttx/pull/13311#issuecomment-2343486553 --- arch/xtensa/src/esp32/Bootloader.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/xtensa/src/esp32/Bootloader.mk b/arch/xtensa/src/esp32/Bootloader.mk index 66045ba693..822329fbfd 100644 --- a/arch/xtensa/src/esp32/Bootloader.mk +++ b/arch/xtensa/src/esp32/Bootloader.mk @@ -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"
