efuse/flash encryption: Reduce FLASH_CRYPT_CNT to a 7 bit efuse field

8th bit is not used by hardware.

As reported https://esp32.com/viewtopic.php?f=2&t=7800&p=40895#p40894
This commit is contained in:
Angus Gratton
2019-03-29 10:28:42 +11:00
committed by Angus Gratton
parent 005c5196e9
commit 4b4cd7fb51
8 changed files with 20 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ extern "C" {
#endif
// md5_digest_table 840523b9e1313240e6102615e3a497a5
// md5_digest_table 544d434da010ce22f7db1b14d38e1d66
// This file was generated from the file esp_efuse_table.csv. DO NOT CHANGE THIS FILE MANUALLY.
// If you want to change some fields, you need to change esp_efuse_table.csv file
// then run `efuse_common_table` or `efuse_custom_table` command it will generate this file.