diff options
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/esp8266.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/esp8266.ld b/esp8266/esp8266.ld index 15f923239a..8f55ab1f65 100644 --- a/esp8266/esp8266.ld +++ b/esp8266/esp8266.ld @@ -173,6 +173,7 @@ SECTIONS .rodata : ALIGN(4) { _rodata_start = ABSOLUTE(.); + *(.sdk.version) *(.rodata) *(.rodata.*) *(.gnu.linkonce.r.*) |