Skip to content

Commit 475ffe7

Browse files
committed
Merge branch 'bugfix/libphy_rodata_into_dram' into 'master'
move rodata segment of libphy.a to dram Fixes #1573 See merge request idf/esp-idf!1894
2 parents ed1dfe9 + a31d07b commit 475ffe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/esp32/ld/esp32.common.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ SECTIONS
115115
*(.jcr)
116116
*(.dram1 .dram1.*)
117117
*libesp32.a:panic.o(.rodata .rodata.*)
118+
*libphy.a:(.rodata .rodata.*)
118119
*libsoc.a:rtc_clk.o(.rodata .rodata.*)
119120
*libapp_trace.a:(.rodata .rodata.*)
120121
*libgcov.a:(.rodata .rodata.*)

0 commit comments

Comments
 (0)