summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2010-12-26 23:55:12 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-12-26 23:55:12 +0000
commitecc67072b63430877e160da628f69a2ef2f34735 (patch)
tree69685a03cdb842eecd5c89b12cbfc425f70b4627 /flashchips.c
parent22e0532caf883b84743c80c4dce24f2ef1fcecae (diff)
downloadast2050-flashrom-ecc67072b63430877e160da628f69a2ef2f34735.zip
ast2050-flashrom-ecc67072b63430877e160da628f69a2ef2f34735.tar.gz
Enable unlocking (erasing/writing) W39V040FB chips
Add code for the unlocking (erasing/writing) of Winbond W39V040FB chips, enabling erasing/writing this type of chip. Corresponding to flashrom svn r1248. Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index 8082160..b6dff6c 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -7706,6 +7706,7 @@ struct flashchip flashchips[] = {
}
},
.printlock = printlock_w39v040fb,
+ .unlock = unlock_w39v040fb,
.write = write_jedec_1,
.read = read_memmapped,
},
OpenPOWER on IntegriCloud