components/esp32: fix DRAM_ATTR attribute

This change places contents of .dram1 section into .dram0.data.
Also removes .iram1pro/.iram1app/.dram1pro/.dram1app which weren't used anywhere.
This commit is contained in:
Ivan Grokhotkov
2016-08-24 17:20:00 +08:00
parent 29c2e58c75
commit 9e57466c96
2 changed files with 4 additions and 9 deletions
+1
View File
@@ -106,6 +106,7 @@ SECTIONS
KEEP(*(.sdata2.*))
KEEP(*(.gnu.linkonce.s2.*))
KEEP(*(.jcr))
*(.dram1 .dram1.*)
_data_end = ABSOLUTE(.);
. = ALIGN(4);
_heap_start = ABSOLUTE(.);