esp_system: Rename _init_start symbol to _vector_table

This commit is contained in:
Angus Gratton
2020-12-22 18:41:43 +11:00
parent cfbded2ea1
commit 55155c3f82
4 changed files with 6 additions and 6 deletions

View File

@@ -132,7 +132,7 @@ SECTIONS
{
_iram_start = ABSOLUTE(.);
/* Vectors go to IRAM */
_init_start = ABSOLUTE(.);
_vector_table = ABSOLUTE(.);
/* Vectors according to builds/RF-2015.2-win32/esp108_v1_2_s5_512int_2/config.html */
. = 0x0;
KEEP(*(.WindowVectors.text));