mspi: support octal flash 120M STR mode on esp32s3

This commit is contained in:
Armando
2021-08-05 11:40:22 +08:00
parent f5a12f4900
commit d325f4d557
6 changed files with 81 additions and 28 deletions

View File

@@ -139,7 +139,7 @@ static void print_flash_info(const esp_image_header_t *bootloader_hdr)
str = "20MHz";
break;
}
ESP_LOGI(TAG, "SPI Speed : %s", str);
ESP_LOGI(TAG, "Boot SPI Speed : %s", str);
/* SPI mode could have been set to QIO during boot already,
so test the SPI registers not the flash header */