From 81fa36673051bd79da92c88d3cc9a3eda54956e5 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Sun, 19 Jan 2025 18:46:22 +0100 Subject: [PATCH] cpu/esp32: changes the order of ESP32x ROM linker scripts --- cpu/esp32/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/esp32/Makefile.include b/cpu/esp32/Makefile.include index dea8f3289d..ee01f32b0f 100644 --- a/cpu/esp32/Makefile.include +++ b/cpu/esp32/Makefile.include @@ -268,8 +268,8 @@ LINKFLAGS += -T$(BINDIR)/memory.ld LINKFLAGS += -T$(BINDIR)/sections.ld LINKFLAGS += -T$(ESP32_SDK_DIR)/components/soc/$(CPU_FAM)/ld/$(CPU_FAM).peripherals.ld -LINKFLAGS += -T$(ESP32_SDK_DIR)/components/esp_rom/$(CPU_FAM)/ld/$(CPU_FAM).rom.api.ld LINKFLAGS += -T$(ESP32_SDK_DIR)/components/esp_rom/$(CPU_FAM)/ld/$(CPU_FAM).rom.ld +LINKFLAGS += -T$(ESP32_SDK_DIR)/components/esp_rom/$(CPU_FAM)/ld/$(CPU_FAM).rom.api.ld ifneq (,$(filter esp32 esp32s2,$(CPU_FAM))) LINKFLAGS += -T$(ESP32_SDK_DIR)/components/esp_rom/$(CPU_FAM)/ld/$(CPU_FAM).rom.newlib-data.ld