diff --git a/components/esp8266/ld/esp8266.common.ld b/components/esp8266/ld/esp8266.common.ld index be1f2c23..9da700d7 100644 --- a/components/esp8266/ld/esp8266.common.ld +++ b/components/esp8266/ld/esp8266.common.ld @@ -144,7 +144,7 @@ SECTIONS _data_start = ABSOLUTE(.); *(.data) *(.data.*) - *(.dram0) + *(.dram0. .dram0.*) *(.gnu.linkonce.d.*) *(.data1) *(.sdata)