diff options
| author | Uwe Hermann <uwe@hermann-uwe.de> | 2011-08-25 22:54:23 +0000 | 
|---|---|---|
| committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-08-25 22:54:23 +0000 | 
| commit | 09ebd52e01af15466ef08ce240f6c760e27af79c (patch) | |
| tree | 7e6651530d6498e1938e24010628afc0f3179b34 | |
| parent | fca3b012dae98c852e2dd492b191e2cecf728583 (diff) | |
| download | flashrom-09ebd52e01af15466ef08ce240f6c760e27af79c.tar.gz flashrom-09ebd52e01af15466ef08ce240f6c760e27af79c.tar.bz2 flashrom-09ebd52e01af15466ef08ce240f6c760e27af79c.zip | |
Mark the AMD Am29LV008BB chip as fully tested
Thanks Mattias Mattsson <vitplister@gmail.com> for the report.
http://www.flashrom.org/pipermail/flashrom/2011-July/007423.html
Corresponding to flashrom svn r1421.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
| -rw-r--r-- | flashchips.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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	= | 
