Merge branch 'bugfix/fix_iram_end_redefined_backportv4.4' into 'release/v4.4'
bugfix: fix redefined _iram_end (backport v4.4) See merge request espressif/esp-idf!21159
This commit is contained in:
commit
1f63dc70b8
1 changed files with 0 additions and 1 deletions
|
|
@ -188,7 +188,6 @@ SECTIONS
|
|||
/* iram_end_test section exists for use by memprot unit tests only */
|
||||
*(.iram_end_test)
|
||||
_iram_text_end = ABSOLUTE(.);
|
||||
_iram_end = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
|
||||
.dram0_reserved_for_iram (NOLOAD):
|
||||
|
|
|
|||
Loading…
Reference in a new issue