esp32s2: move trace memory reservation to soc_memory_layout.c

This commit is contained in:
Ivan Grokhotkov
2020-01-22 13:40:57 +01:00
parent 110f3c9ff5
commit 02a99e84c8
2 changed files with 6 additions and 6 deletions

View File

@@ -88,11 +88,7 @@ MEMORY
_static_data_end = _bss_end;
/* Heap ends at top of dram0_0_seg
ROM data mappings start from 0x3FFFC000,
0x3FFF4000...0x3FFFC000 can be reserved for trace memory mapping
*/
_heap_end = 0x3FFFC000 - CONFIG_ESP32S2_TRACEMEM_RESERVE_DRAM;
_heap_end = 0x40000000;
_data_seg_org = ORIGIN(rtc_data_seg);