From 09ebd52e01af15466ef08ce240f6c760e27af79c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 25 Aug 2011 22:54:23 +0000 Subject: Mark the AMD Am29LV008BB chip as fully tested Thanks Mattias Mattsson for the report. http://www.flashrom.org/pipermail/flashrom/2011-July/007423.html Corresponding to flashrom svn r1421. 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 d7a1b9bb..7e7f47d7 100644 --- a/flashchips.c +++ b/flashchips.c @@ -428,7 +428,7 @@ const struct flashchip flashchips[] = { .total_size = 1024, .page_size = 64 * 1024, /* unused */ .feature_bits = FEATURE_ADDR_2AA | FEATURE_SHORT_RESET, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_jedec, .probe_timing = TIMING_ZERO, .block_erasers = -- cgit v1.2.3