bugfix: esp32: allows QIO and QOUT flash modes
Allows QIO and QOUT flash mode to work on: - esp32s2 - esp32s3 - esp32c2 - esp32c3 - esp32c6 Fixes #73677 Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
This commit is contained in:
parent
235243f02b
commit
7e7672cb4b
5 changed files with 10 additions and 0 deletions
|
@ -440,6 +440,7 @@ SECTIONS
|
|||
*libzephyr.a:flash_encrypt.*(.literal .text .literal.* .text.*)
|
||||
*libzephyr.a:flash_encryption_secure_features.*(.literal .text .literal.* .text.*)
|
||||
*libzephyr.a:flash_partitions.*(.literal .text .literal.* .text.*)
|
||||
*libzephyr.a:flash_qio_mode.*(.literal .text .literal.* .text.*)
|
||||
*libzephyr.a:spi_flash_hal.*(.literal .literal.* .text .text.*)
|
||||
*libzephyr.a:spi_flash_hal_common.*(.literal .literal.* .text .text.*)
|
||||
*libzephyr.a:esp_flash_api.*(.literal .text .literal.* .text.*)
|
||||
|
@ -587,6 +588,7 @@ SECTIONS
|
|||
*libzephyr.a:spi_flash_wrap.*(.rodata .rodata.*)
|
||||
*libzephyr.a:spi_flash_hpm_enable.*(.rodata .rodata.*)
|
||||
*libzephyr.a:spi_flash_oct_flash_init.*(.rodata .rodata.*)
|
||||
*libzephyr.a:flash_qio_mode.*(.rodata .rodata.*)
|
||||
|
||||
/* [mapping:esp_mm] */
|
||||
*libzephyr.a:esp_cache.*(.rodata .rodata.*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue