efuse: Add more logging for virtual efuses

Closes https://github.com/espressif/esp-idf/pull/10536
This commit is contained in:
Chip Weinberger
2023-01-23 12:13:05 -08:00
committed by KonstantinKondrashov
parent e65eaa4d8c
commit c7a12dd34b
4 changed files with 74 additions and 28 deletions

View File

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