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
+1 -1
View File
@@ -134,7 +134,7 @@ SECTIONS
{
_iram_start = ABSOLUTE(.);
/* Vectors go to IRAM */
_init_start = ABSOLUTE(.);
_vector_table = ABSOLUTE(.);
. = 0x0;
KEEP(*(.WindowVectors.text));
. = 0x180;