fix(esp8266): read only section must be align by 4 bytes

This commit is contained in:
dongheng
2019-08-13 16:13:29 +08:00
parent d391f7ceb5
commit f83c2572d2

View File

@ -175,7 +175,7 @@ SECTIONS
_flash_cache_start = ABSOLUTE(0); _flash_cache_start = ABSOLUTE(0);
} >iram0_2_seg } >iram0_2_seg
.flash.rodata ALIGN(1) : .flash.rodata ALIGN(4) :
{ {
_rodata_start = ABSOLUTE(.); _rodata_start = ABSOLUTE(.);