Fix IROM macro
This commit is contained in:
parent
2c46be9825
commit
a476fb007e
2 changed files with 2 additions and 2 deletions
|
@ -212,7 +212,7 @@ SECTIONS
|
|||
.irom0.text : ALIGN(4)
|
||||
{
|
||||
_irom0_text_start = ABSOLUTE(.);
|
||||
*(.literal .text .literal.* .text.*.irom0.literal .irom.literal .irom.text.literal .irom0.text .irom.text)
|
||||
*(.literal .text .literal.* .text.* .irom0.literal .irom.literal .irom.text.literal .irom0.text .irom.text)
|
||||
_irom0_text_end = ABSOLUTE(.);
|
||||
} >irom0_0_seg :irom0_0_phdr
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue