Skip to content

Commit fbecb1e

Browse files
committed
Merge branch 'change/remove_s3_120_sdr_warning' into 'master'
mspi: remove s3 120mhz sdr warning See merge request espressif/esp-idf!26183
2 parents 4045c3f + f465bc1 commit fbecb1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/esp_hw_support/mspi_timing_by_mspi_delay.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,6 @@ static uint32_t s_select_best_tuning_config_dtr(const mspi_timing_config_t *conf
469469
static uint32_t s_select_best_tuning_config_str(const mspi_timing_config_t *configs, uint32_t consecutive_length, uint32_t end)
470470
{
471471
#if (MSPI_TIMING_CORE_CLOCK_MHZ == 120 || MSPI_TIMING_CORE_CLOCK_MHZ == 240)
472-
ESP_EARLY_LOGW("FLASH/PSRAM", "DO NOT USE FOR MASS PRODUCTION! Timing parameters may be updated in future IDF version.");
473-
474472
//STR best point scheme
475473
uint32_t best_point;
476474

0 commit comments

Comments
 (0)