diff options
author | Mateusz Murawski <matowy@tlen.pl> | 2009-05-13 15:57:38 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-05-13 15:57:38 +0000 |
commit | e34538142a3e2421e5f9ebebc1ec643dd8ad77fa (patch) | |
tree | 9b395e1d9b3a0d9049f4b52b5f2cae4effbc4296 | |
parent | 92c53eef8e9e3faa581e4563146ef3464ff8211f (diff) | |
download | flashrom-e34538142a3e2421e5f9ebebc1ec643dd8ad77fa.tar.gz flashrom-e34538142a3e2421e5f9ebebc1ec643dd8ad77fa.tar.bz2 flashrom-e34538142a3e2421e5f9ebebc1ec643dd8ad77fa.zip |
Mark SST 39VF512 as fully tested
Tested with 3COM 3C905C: EtherLink 10/100 PCI (TX)
http://www.coreboot.org/pipermail/coreboot/2009-May/048163.html
Corresponding to flashrom svn r502.
Signed-off-by: Mateusz Murawski <matowy@tlen.pl>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index bc203dae..cff8a387 100644 --- a/flashchips.c +++ b/flashchips.c @@ -1375,7 +1375,7 @@ struct flashchip flashchips[] = { .model_id = SST_39VF512, .total_size = 64, .page_size = 4096, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_jedec, .erase = erase_chip_jedec, .write = write_49f002, |