From 4178760241c3b3dc46a806ee3621a2eb97f4cca5 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 30 May 2010 17:50:16 +0000 Subject: Mark the following chip as supported - Winbond W39V040FA (reported by Guenter ) Read (thus also probe), write (thus also erase), and verify tested. http://www.flashrom.org/pipermail/flashrom/2010-May/003078.html Corresponding to flashrom svn r1020. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flashchips.c') diff --git a/flashchips.c b/flashchips.c index dba7a7a..4db89ab 100644 --- a/flashchips.c +++ b/flashchips.c @@ -6087,7 +6087,7 @@ struct flashchip flashchips[] = { .total_size = 512, .page_size = 64 * 1024, .feature_bits = FEATURE_REGISTERMAP | FEATURE_EITHER_RESET, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_jedec, .probe_timing = 10, .block_erasers = -- cgit v1.1