bootloader_support: Adds better logs for virtual efuses

Close https://github.com/espressif/esp-idf/pull/10383
This commit is contained in:
Chip Weinberger 2022-12-15 16:27:05 -08:00 committed by KonstantinKondrashov
parent 9d6ff96493
commit 9e02682097

View File

@ -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;
}