summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2009-01-24 23:01:08 +0000
committerPeter Stuge <peter@stuge.se>2009-01-24 23:01:08 +0000
commita657e94127137550ef8d460935c49daa6f3db87e (patch)
treeac742f55225cac376c21c601cdfde55775437bd3
parent51f4062ff4ff5dc06ba5356389eff29b1113b3c8 (diff)
downloadast2050-flashrom-a657e94127137550ef8d460935c49daa6f3db87e.zip
ast2050-flashrom-a657e94127137550ef8d460935c49daa6f3db87e.tar.gz
ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE
Report by Jody McIntyre. Thanks! Corresponding to flashrom svn r388 and coreboot v2 svn r3893. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 2929f9b..8736b44 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -1755,7 +1755,7 @@ struct flashchip flashchips[] = {
.model_id = ST_M50FW080,
.total_size = 1024,
.page_size = 64 * 1024,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_82802ab,
.erase = erase_82802ab,
.write = write_82802ab,
OpenPOWER on IntegriCloud