diff options
| author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-05-18 01:32:00 +0000 | 
|---|---|---|
| committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-05-18 01:32:00 +0000 | 
| commit | fcf6a8c24d90cd91e54da05b62d980e02753be9c (patch) | |
| tree | 5c007b75957968325b177905e6f8c6d0fa90f58c | |
| parent | faf01fba9d9559a79222dd533df807e632b56bda (diff) | |
| download | flashrom-fcf6a8c24d90cd91e54da05b62d980e02753be9c.tar.gz flashrom-fcf6a8c24d90cd91e54da05b62d980e02753be9c.tar.bz2 flashrom-fcf6a8c24d90cd91e54da05b62d980e02753be9c.zip | |
Mark SST25VF032B as write tested
Success report: http://flashrom.org/pipermail/flashrom/2011-April/006179.html
Corresponding to flashrom svn r1311.
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Idwer Vollering <vidwer@gmail.com>
| -rw-r--r-- | flashchips.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/flashchips.c b/flashchips.c index 6b5a0a3d..d6bbcf45 100644 --- a/flashchips.c +++ b/flashchips.c @@ -5214,7 +5214,7 @@ const struct flashchip flashchips[] = {  		.model_id	= SST_SST25VF032B,  		.total_size	= 4096,  		.page_size	= 256, -		.tested		= TEST_OK_PRE, +		.tested		= TEST_OK_PREW,  		.probe		= probe_spi_rdid,  		.probe_timing	= TIMING_ZERO,  		.block_erasers	= | 
