Rename Kconfig options (components/esptool_py)

This commit is contained in:
Roland Dobai
2019-05-09 13:39:30 +02:00
parent 6c0a7a66f3
commit 997b29a9ca
15 changed files with 73 additions and 56 deletions

View File

@@ -173,7 +173,7 @@ static esp_err_t bootloader_main()
ESP_LOGI(TAG, "Enabling RNG early entropy source...");
bootloader_random_enable();
#if CONFIG_FLASHMODE_QIO || CONFIG_FLASHMODE_QOUT
#if CONFIG_ESPTOOLPY_FLASHMODE_QIO || CONFIG_ESPTOOLPY_FLASHMODE_QOUT
bootloader_enable_qio_mode();
#endif