mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Merge branch 'bugfix/fix_iram_end_redefined_backportv4.2' into 'release/v4.2'
bugfix: fix redefined _iram_end (backport v4.2) See merge request espressif/esp-idf!21153
This commit is contained in:
commit
4c8e97304a
@ -164,7 +164,6 @@ SECTIONS
|
||||
/* align + add 16B for the possibly overlapping instructions */
|
||||
. = ALIGN(4) + 16;
|
||||
_iram_text_end = ABSOLUTE(.);
|
||||
_iram_end = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
|
||||
.dram0_reserved_for_iram (NOLOAD):
|
||||
|
Loading…
x
Reference in New Issue
Block a user