diff options
author | Michael Walle <michael@walle.cc> | 2021-03-16 11:40:15 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-06-12 17:16:33 +0200 |
commit | 51d6820f49ca4a203cf30dd99bc83f25d569eb4b (patch) | |
tree | f7955ee2d8d27fb2b1325ad583ffce6f409a4fab /.gitignore | |
parent | 2ca0bbf296d6f7ce51b8255347c7fd08afa33651 (diff) |
mtd-utils: Add flash_otp_erase
On some SPI NOR flashes you can actually erase the OTP region until its
fully locked. Add a small utility for that.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ fectest flash_erase flash_lock flash_otp_dump +flash_otp_erase flash_otp_info flash_otp_lock flash_otp_write |