bootloader_support: Adds better logs for virtual efuses

Close https://github.com/espressif/esp-idf/pull/10383
pull/10469/head
Chip Weinberger 2022-12-15 16:27:05 -08:00 zatwierdzone przez KonstantinKondrashov
rodzic 9d6ff96493
commit 9e02682097
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -313,6 +313,10 @@ esp_err_t esp_flash_encrypt_enable(void)
ESP_LOGI(TAG, "Flash encryption completed");
#if CONFIG_EFUSE_VIRTUAL
ESP_LOGW(TAG, "Flash encryption not really completed. Must disable virtual efuses");
#endif
return err;
}