mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 14:44:32 +02:00
bootloader_support: Adds better logs for virtual efuses
Close https://github.com/espressif/esp-idf/pull/10383
This commit is contained in:
committed by
KonstantinKondrashov
parent
9d6ff96493
commit
9e02682097
@@ -313,6 +313,10 @@ esp_err_t esp_flash_encrypt_enable(void)
|
|||||||
|
|
||||||
ESP_LOGI(TAG, "Flash encryption completed");
|
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;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user