From 51d6820f49ca4a203cf30dd99bc83f25d569eb4b Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Tue, 16 Mar 2021 11:40:15 +0100 Subject: 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 Signed-off-by: David Oberhollenzer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4c04c1a..1644ef0 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ fectest flash_erase flash_lock flash_otp_dump +flash_otp_erase flash_otp_info flash_otp_lock flash_otp_write -- cgit v1.2.3