summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2009-07-08 14:50:36 +0000
committerLuc Verhaegen <libv@skynet.be>2009-07-08 14:50:36 +0000
commit8bfb59c50651963f128b3d5b7ac3c0a04bceb0e2 (patch)
tree8ec27f4e8128fe756708feff89b4b294f0a49a80 /flashchips.c
parent2f1d0a500a8d03f014768b3ce2964638b8f41ec0 (diff)
downloadast2050-flashrom-8bfb59c50651963f128b3d5b7ac3c0a04bceb0e2.zip
ast2050-flashrom-8bfb59c50651963f128b3d5b7ac3c0a04bceb0e2.tar.gz
W39V040B: Flag Erase/Write as bad
Chip has now been properly tested in both my Jetway J7F5M and my EPIA-SP (known good board). Erase and write fail. Mark these operations as bad until i or someone else have time to fix this. Reported by Arvid Brodin <arvidb@kth.se>. M flashchips.c Corresponding to flashrom svn r643. Signed-off-by: Luc Verhaegen <libv@skynet.be> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 8a6f174..90a096f 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -2881,7 +2881,7 @@ struct flashchip flashchips[] = {
.model_id = W_39V040B,
.total_size = 512,
.page_size = 64*1024,
- .tested = TEST_OK_PREW,
+ .tested = TEST_OK_PR | TEST_BAD_ERASE | TEST_BAD_WRITE,
.probe = probe_jedec,
.probe_timing = 10,
.erase = erase_chip_jedec,
OpenPOWER on IntegriCloud