summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Schmerge <jschmerge@gmail.com>2011-05-18 11:28:47 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-05-18 11:28:47 +0000
commitc965c2de64b695ef18865ac8220abd57b56c364c (patch)
tree5cf93e23b5541988f5d7de4474cb42f8b6475987
parent6dbab4dcfbf573afff6f7c47d2a4d206023e33e0 (diff)
downloadast2050-flashrom-c965c2de64b695ef18865ac8220abd57b56c364c.zip
ast2050-flashrom-c965c2de64b695ef18865ac8220abd57b56c364c.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.c2
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 =
OpenPOWER on IntegriCloud