From 3355f06978e2b09c398f97a55f44afbb6c46cf38 Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Wed, 24 Mar 2010 22:56:23 +0000 Subject: Flashrom works on Acer Aspire 1520 (Laptop) with W39V040A MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See http://www.coreboot.org/pipermail/flashrom/2010-March/002451.html Thanks to Paweł Stawicki for reporting! Corresponding to flashrom svn r980. Signed-off-by: Michael Karcher Acked-by: Carl-Daniel Hailfinger --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flashchips.c') diff --git a/flashchips.c b/flashchips.c index d550808..c65932a 100644 --- a/flashchips.c +++ b/flashchips.c @@ -5738,7 +5738,7 @@ struct flashchip flashchips[] = { .total_size = 512, .page_size = 64 * 1024, .feature_bits = FEATURE_EITHER_RESET, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PRW, .probe = probe_jedec, .probe_timing = 10, .block_erasers = -- cgit v1.1