Merge branch 'bugfix/bootloader_flash_crypt_cnt_ff' into 'master'

flash encryption: reduce FLASH_CRYPT_CNT bit width to 7 bits

See merge request idf/esp-idf!4642
This commit is contained in:
Angus Gratton
2019-04-09 08:10:06 +08:00
8 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -184,7 +184,7 @@ How add a new field
5 RD_DIS_BLK1 EFUSE_BLK0 16 1
6 RD_DIS_BLK2 EFUSE_BLK0 17 1
7 RD_DIS_BLK3 EFUSE_BLK0 18 1
8 FLASH_CRYPT_CNT EFUSE_BLK0 20 8
8 FLASH_CRYPT_CNT EFUSE_BLK0 20 7
9 MAC_FACTORY EFUSE_BLK0 32 8
10 MAC_FACTORY EFUSE_BLK0 40 8
11 MAC_FACTORY EFUSE_BLK0 48 8
@@ -334,4 +334,4 @@ To get a dump for all eFuse registers.
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
.. include:: /_build/inc/esp_efuse.inc
.. include:: /_build/inc/esp_efuse.inc