diff options
author | John Schmerge <jschmerge@gmail.com> | 2011-05-18 11:28:47 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-05-18 11:28:47 +0000 |
commit | 3d185bf6e8b682508969e93f5626363d67f56b72 (patch) | |
tree | 5cf93e23b5541988f5d7de4474cb42f8b6475987 | |
parent | 7e54b187d8e91e9ccc8a2d499dd0caf85143a92d (diff) | |
download | flashrom-3d185bf6e8b682508969e93f5626363d67f56b72.zip flashrom-3d185bf6e8b682508969e93f5626363d67f56b72.tar.gz |
Mark SST25VF080B tested for writing (again)
Success report: http://www.flashrom.org/pipermail/flashrom/2011-May/006473.html
Corresponding to flashrom svn r1315.
Signed-off-by: John Schmerge <jschmerge@gmail.com>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index d6bbcf4..60d95ce 100644 --- a/flashchips.c +++ b/flashchips.c @@ -5412,7 +5412,7 @@ const struct flashchip flashchips[] = { .model_id = SST_SST25VF080B, .total_size = 1024, .page_size = 256, - .tested = TEST_OK_PRE, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = |