fix: add spi_flash.h for s2, s3, c3 targets in cpu_start.c

update s2, s3, c3 ld files spi_flash_attach to esp_rom_spiflash_attach
This commit is contained in:
Fu Hanxi
2021-01-26 11:54:22 +08:00
parent 119b61451f
commit e4e375f488
6 changed files with 16 additions and 7 deletions

View File

@@ -280,7 +280,7 @@ SECTIONS
. = SIZEOF(.flash.text);
. = ALIGN(0x10000) + 0x20;
_rodata_reserved_start = .;
} > drom0_0_seg
} > default_rodata_seg
/* When modifying the alignment, don't forget to update tls_section_alignment in pxPortInitialiseStack */
.flash.rodata : ALIGN(0x10)