Skip to content

Commit

Permalink
espefuse.py: Fix DISABLE_DL_CACHE & KEY_STATUS masks
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Nov 8, 2016
1 parent d8b1ffd commit b1e0002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions espefuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
('JTAG_DISABLE', "security", 0, 6, 1<<6, 14, None, "flag", "JTAG disabled"),
('DISABLE_DL_ENCRYPT', "security", 0, 6, 1<<7, 15, None, "flag", "Disable encrypted download"),
('DISABLE_DL_DECRYPT', "security", 0, 6, 1<<8, 15, None, "flag", "Disable decrypted download?"),
('DISABLE_DL_CACHE', "security", 0, 7, 1<<9, 15, None, "flag", "Disable cache when boot mode is download"),
('KEY_STATUS', "efuse", 0, 8, 1<<10, 10, 3, "flag", "Key status of efuse block 3"),
('DISABLE_DL_CACHE', "security", 0, 6, 1<<9, 15, None, "flag", "Disable cache when boot mode is download"),
('KEY_STATUS', "efuse", 0, 6, 1<<10, 10, 3, "flag", "Key status of efuse block 3"),
('BLK1', "security", 1, 0, 0xFFFFFFFF, 7, 0, "keyblock", "Block holding flash encryption key"),
('BLK2', "security", 2, 0, 0xFFFFFFFF, 8, 1, "keyblock", "Block holding secure boot key"),
('BLK3', "security", 3, 0, 0xFFFFFFFF, 9, 2, "keyblock", "Variable Block 3"),
Expand Down

0 comments on commit b1e0002

Please sign in to comment.