diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-05-18 01:31:10 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-05-18 01:31:10 +0000 |
commit | 2dad45d97f7d735ee2a05287f7c280ef998e514e (patch) | |
tree | dc96115932f090b752e5b19df66912702cf3f9b7 /flashchips.c | |
parent | 96c1fe7a32633968c69f689a19070e42e26c68da (diff) | |
download | flashrom-2dad45d97f7d735ee2a05287f7c280ef998e514e.zip flashrom-2dad45d97f7d735ee2a05287f7c280ef998e514e.tar.gz |
Mark MX25L4005 tested for erase
Binary file (standard input) matches
Corresponding to flashrom svn r1304.
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 9f13022..e185908 100644 --- a/flashchips.c +++ b/flashchips.c @@ -3757,7 +3757,7 @@ const struct flashchip flashchips[] = { .total_size = 512, .page_size = 256, .feature_bits = FEATURE_WRSR_WREN, - .tested = TEST_OK_PR, + .tested = TEST_OK_PRE, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = |