From cb8670e2bc3deb919458014f0b8fcd95e501cfdf Mon Sep 17 00:00:00 2001 From: Armando Date: Thu, 13 Jun 2024 11:25:52 +0800 Subject: [PATCH] ci(flash): temp disable SOC_SPI_MEM_SUPPORT_WRAP --- components/soc/esp32p4/include/soc/Kconfig.soc_caps.in | 4 ---- components/soc/esp32p4/include/soc/soc_caps.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/components/soc/esp32p4/include/soc/Kconfig.soc_caps.in b/components/soc/esp32p4/include/soc/Kconfig.soc_caps.in index ab97a343da..4c6bdc0f9c 100644 --- a/components/soc/esp32p4/include/soc/Kconfig.soc_caps.in +++ b/components/soc/esp32p4/include/soc/Kconfig.soc_caps.in @@ -1239,10 +1239,6 @@ config SOC_SPI_MEM_SUPPORT_CHECK_SUS bool default y -config SOC_SPI_MEM_SUPPORT_WRAP - bool - default y - config SOC_SPI_MEM_SUPPORT_TIMING_TUNING bool default y diff --git a/components/soc/esp32p4/include/soc/soc_caps.h b/components/soc/esp32p4/include/soc/soc_caps.h index e277bd8297..a4be4cf23e 100644 --- a/components/soc/esp32p4/include/soc/soc_caps.h +++ b/components/soc/esp32p4/include/soc/soc_caps.h @@ -500,7 +500,7 @@ #define SOC_SPI_MEM_SUPPORT_IDLE_INTR (1) #define SOC_SPI_MEM_SUPPORT_SW_SUSPEND (1) #define SOC_SPI_MEM_SUPPORT_CHECK_SUS (1) -#define SOC_SPI_MEM_SUPPORT_WRAP (1) +// #define SOC_SPI_MEM_SUPPORT_WRAP (1) //TODO: IDFCI-2073 #define SOC_SPI_MEM_SUPPORT_TIMING_TUNING (1) #define SOC_MEMSPI_TIMING_TUNING_BY_DQS (1)