Skip to content

Commit cb8670e

Browse files
committed
ci(flash): temp disable SOC_SPI_MEM_SUPPORT_WRAP
1 parent d83e7ea commit cb8670e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

components/soc/esp32p4/include/soc/Kconfig.soc_caps.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,10 +1239,6 @@ config SOC_SPI_MEM_SUPPORT_CHECK_SUS
12391239
bool
12401240
default y
12411241

1242-
config SOC_SPI_MEM_SUPPORT_WRAP
1243-
bool
1244-
default y
1245-
12461242
config SOC_SPI_MEM_SUPPORT_TIMING_TUNING
12471243
bool
12481244
default y

components/soc/esp32p4/include/soc/soc_caps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
#define SOC_SPI_MEM_SUPPORT_IDLE_INTR (1)
501501
#define SOC_SPI_MEM_SUPPORT_SW_SUSPEND (1)
502502
#define SOC_SPI_MEM_SUPPORT_CHECK_SUS (1)
503-
#define SOC_SPI_MEM_SUPPORT_WRAP (1)
503+
// #define SOC_SPI_MEM_SUPPORT_WRAP (1) //TODO: IDFCI-2073
504504
#define SOC_SPI_MEM_SUPPORT_TIMING_TUNING (1)
505505
#define SOC_MEMSPI_TIMING_TUNING_BY_DQS (1)
506506

0 commit comments

Comments
 (0)