diff options
author | Guenter Knauf <lists@gknw.net> | 2010-06-24 11:51:12 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2010-06-24 11:51:12 +0000 |
commit | fb06d5c44ee1c415cb57eb533c8e6575d899a811 (patch) | |
tree | 7bc76cb4f5935dbb433a96ed335eecd52b98c30e /flashchips.c | |
parent | 44880bda487e4e721ce8c342a6fb09c535f64f08 (diff) | |
download | flashrom-fb06d5c44ee1c415cb57eb533c8e6575d899a811.zip flashrom-fb06d5c44ee1c415cb57eb533c8e6575d899a811.tar.gz |
SST39VF010 tested, works
Corresponding to flashrom svn r1060.
Signed-off-by: Guenter Knauf <lists@gknw.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'flashchips.c')
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index b234cc3..1f37f2c 100644 --- a/flashchips.c +++ b/flashchips.c @@ -4284,7 +4284,7 @@ struct flashchip flashchips[] = { .total_size = 128, .page_size = 4096, .feature_bits = FEATURE_EITHER_RESET, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PRW, .probe = probe_jedec, .probe_timing = 1, /* 150 ns */ .block_erasers = |