Code: Select all
--- a/components/bootloader_support/src/bootloader_common.c
+++ b/components/bootloader_support/src/bootloader_common.c
@@ -168,7 +168,7 @@ esp_err_t bootloader_common_get_sha256_of_partition (uint32_t address, uint32_t
return ESP_ERR_INVALID_ARG;
}
- if (type == PART_TYPE_APP) {
+ if (type == PART_TYPE_APP && 0) {
const esp_partition_pos_t partition_pos = {
.offset = address,
.size = size,