aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2009-01-24 01:32:40 +0000
committerPeter Stuge <peter@stuge.se>2009-01-24 01:32:40 +0000
commit6f77eeb036253115d86df0b41bfb81ae3ec0ba78 (patch)
tree067eaeb337627754b4763e6ce604dd01e465e98f /util/flashrom
parentcab81c03eb8a8ad04516571110aa5c0931499242 (diff)
flashrom: SST25VF080B TEST_OK_PROBE
Report by Scaldov M.V. Thanks! Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3892 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom')
-rw-r--r--util/flashrom/flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c
index 628d48d4b1..2929f9b0d2 100644
--- a/util/flashrom/flashchips.c
+++ b/util/flashrom/flashchips.c
@@ -1107,7 +1107,7 @@ struct flashchip flashchips[] = {
.model_id = SST_25VF080B,
.total_size = 1024,
.page_size = 256,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PROBE,
.probe = probe_spi_rdid,
.erase = spi_chip_erase_60_c7,
.write = spi_chip_write,