diff options
author | Peter Stuge <peter@stuge.se> | 2008-07-02 03:07:46 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2008-07-02 03:07:46 +0000 |
commit | 5b1488562d3056173bf490e891acf6bb2278a13b (patch) | |
tree | e091510980fb5e2c7a3c702837a0db9752fe3217 | |
parent | 11103091b4ae1b578d34aa13d1b9b7ed54d7bad5 (diff) | |
download | flashrom-5b1488562d3056173bf490e891acf6bb2278a13b.tar.gz flashrom-5b1488562d3056173bf490e891acf6bb2278a13b.tar.bz2 flashrom-5b1488562d3056173bf490e891acf6bb2278a13b.zip |
Update to TEST_OK for Winbond W39V040FA PROBE READ
Thanks to Jake for the test report!
Corresponding to flashrom svn r289 and coreboot v2 svn r3405.
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index 8da6c3f4..e5ce160f 100644 --- a/flashchips.c +++ b/flashchips.c @@ -130,7 +130,7 @@ struct flashchip flashchips[] = { {"Winbond", "W29EE011", WINBOND_ID, W_29C011, 128, 128, TEST_OK_PREW, probe_w29ee011, erase_chip_jedec, write_jedec}, {"Winbond", "W39V040A", WINBOND_ID, W_39V040A, 512, 64*1024, TEST_UNTESTED, probe_jedec, erase_chip_jedec, write_39sf020}, {"Winbond", "W39V040B", WINBOND_ID, W_39V040B, 512, 64*1024, TEST_OK_PREW, probe_jedec, erase_chip_jedec, write_39sf020}, - {"Winbond", "W39V040FA", WINBOND_ID, W_39V040FA, 512, 64*1024, TEST_UNTESTED, probe_jedec, erase_chip_jedec, write_39sf020}, + {"Winbond", "W39V040FA", WINBOND_ID, W_39V040FA, 512, 64*1024, TEST_OK_PR, probe_jedec, erase_chip_jedec, write_39sf020}, {"Winbond", "W39V080A", WINBOND_ID, W_39V080A, 1024, 64*1024, TEST_OK_PREW, probe_jedec, erase_chip_jedec, write_39sf020}, {"Winbond", "W49F002U", WINBOND_ID, W_49F002U, 256, 128, TEST_OK_PREW, probe_jedec, erase_chip_jedec, write_49f002}, {"Winbond", "W49V002A", WINBOND_ID, W_49V002A, 256, 128, TEST_UNTESTED, probe_jedec, erase_chip_jedec, write_49f002}, |