Skip to content

Commit

Permalink
Merge branch 'no-random-disable'
Browse files Browse the repository at this point in the history
  • Loading branch information
musdom committed Apr 11, 2023
2 parents f404fe9 + e8e9eab commit 8ef7765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/bootloader_support/src/bootloader_utility.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,8 +730,8 @@ static void load_image(const esp_image_metadata_t *image_data)
}
#endif

ESP_LOGI(TAG, "Disabling RNG early entropy source...");
bootloader_random_disable();
// ESP_LOGI(TAG, "Disabling RNG early entropy source...");
// bootloader_random_disable();

/* Disable glitch reset after all the security checks are completed.
* Glitch detection can be falsely triggered by EMI interference (high RF TX power, etc)
Expand Down

0 comments on commit 8ef7765

Please sign in to comment.