File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,7 @@ SECTIONS
90
90
*libphy.a :(.literal .text .literal.* .text.*)
91
91
*librtc.a :(.literal .text .literal.* .text.*)
92
92
*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.*)
98
93
*libhal.a :(.literal .text .literal.* .text.*)
99
- *libcoexist.a :(.literal .text .literal.* .text.*)
100
94
*spi_flash/spi_flash_rom_patch.o (.literal .text .literal.* .text.*)
101
95
*py/scheduler.o *(.literal .text .literal.* .text.*)
102
96
_iram_text_end = ABSOLUTE (.);
@@ -119,6 +113,7 @@ SECTIONS
119
113
*(.dram1 .dram1.*)
120
114
*esp32/panic.o (.rodata .rodata.*)
121
115
*esp32/app_trace.o (.rodata .rodata.*)
116
+ *libphy.a :(.rodata .rodata.*)
122
117
_data_end = ABSOLUTE (.);
123
118
. = ALIGN (4);
124
119
} >dram0_0_seg
You can’t perform that action at this time.
0 commit comments