From ecc67072b63430877e160da628f69a2ef2f34735 Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Sun, 26 Dec 2010 23:55:12 +0000 Subject: 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 Acked-by: Michael Karcher --- flashchips.c | 1 + 1 file changed, 1 insertion(+) (limited to 'flashchips.c') 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, }, -- cgit v1.1