summaryrefslogtreecommitdiffstats
path: root/w39.c
diff options
context:
space:
mode:
Diffstat (limited to 'w39.c')
-rw-r--r--w39.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/w39.c b/w39.c
index 65cf32f..06fabfd 100644
--- a/w39.c
+++ b/w39.c
@@ -244,6 +244,16 @@ int printlock_w39v080fa_dual(struct flashchip *flash)
return -1;
}
+int unlock_w39v040fb(struct flashchip *flash)
+{
+ if (unlock_w39_fwh(flash))
+ return -1;
+ if (printlock_w39_common(flash, 0x7fff2))
+ return -1;
+
+ return 0;
+}
+
int unlock_w39v080fa(struct flashchip *flash)
{
if (unlock_w39_fwh(flash))
OpenPOWER on IntegriCloud