bugfix: fix redefined _iram_end

This commit is contained in:
wuzhenghui 2022-11-18 19:53:19 +08:00
parent 919b3e621e
commit 76817e6d76

View File

@ -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):