esp32: modify ld file to fix a crash issue

This commit is contained in:
Liu Zhi Fu
2017-01-06 19:35:22 +08:00
committed by Wu Jian Gang
parent 2250fee01a
commit a575b9e893
3 changed files with 5 additions and 5 deletions

View File

@@ -103,7 +103,6 @@ SECTIONS
*libesp32.a:panic.o(.rodata .rodata.*)
_data_end = ABSOLUTE(.);
. = ALIGN(4);
_heap_start = ABSOLUTE(.);
} >dram0_0_seg
/* Shared RAM */
@@ -127,6 +126,7 @@ SECTIONS
*(COMMON)
. = ALIGN (8);
_bss_end = ABSOLUTE(.);
_heap_start = ABSOLUTE(.);
} >dram0_0_seg
.flash.rodata :