No ( .unlock ):
Index: flashchips.c
==============================
=====================================
--- flashchips.c (revision 1246)
+++ flashchips.c (working copy)
@@ -7694,7 +7694,7 @@
.feature_bits = FEATURE_REGISTERMAP | FEATURE_EITHER_RESET,
.tested = TEST_OK_PRE,
.probe = probe_jedec,
- .probe_timing = 10,
+ .probe_timing = 10,
.block_erasers =
{
{
@@ -7706,6 +7706,7 @@
}
},
.printlock = printlock_w39v040fb,
+ .unlock = unlock_w39v040fb,
.write = write_jedec_1,
.read = read_memmapped,
},
Is that intended?
The space change is intented but not critical. Feel free to commit just the line that starts with ".unlock", from flashchips.c