Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit e276161

Browse files
committed
esp32: Update esp32.custom_common.ld to align with changes in ESP IDF.
1 parent d7049f3 commit e276161

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

esp32/esp32.custom_common.ld

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,7 @@ SECTIONS
9090
*libphy.a:(.literal .text .literal.* .text.*)
9191
*librtc.a:(.literal .text .literal.* .text.*)
9292
*libsoc.a:(.literal .text .literal.* .text.*)
93-
*libpp.a:pp.o(.literal .text .literal.* .text.*)
94-
*libpp.a:lmac.o(.literal .text .literal.* .text.*)
95-
*libpp.a:wdev.o(.literal .text .literal.* .text.*)
96-
*libcore.a:ets_timer.o(.literal .text .literal.* .text.*)
97-
*libnet80211.a:ieee80211_misc.o(.literal .text .literal.* .text.*)
9893
*libhal.a:(.literal .text .literal.* .text.*)
99-
*libcoexist.a:(.literal .text .literal.* .text.*)
10094
*spi_flash/spi_flash_rom_patch.o(.literal .text .literal.* .text.*)
10195
*py/scheduler.o*(.literal .text .literal.* .text.*)
10296
_iram_text_end = ABSOLUTE(.);
@@ -119,6 +113,7 @@ SECTIONS
119113
*(.dram1 .dram1.*)
120114
*esp32/panic.o(.rodata .rodata.*)
121115
*esp32/app_trace.o(.rodata .rodata.*)
116+
*libphy.a:(.rodata .rodata.*)
122117
_data_end = ABSOLUTE(.);
123118
. = ALIGN(4);
124119
} >dram0_0_seg

0 commit comments

Comments
 (0)