Commit e2343e08 authored by Michael Karcher's avatar Michael Karcher
Browse files

Probe/Read tested for SST29EE020A

http://www.flashrom.org/pipermail/flashrom/2010-February/002318.html


Thanks to Andre Robatino for reporting!

Corresponding to flashrom svn r974.
Signed-off-by: default avatarMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
parent 45f79cb2
......@@ -3796,7 +3796,7 @@ struct flashchip flashchips[] = {
.total_size = 256,
.page_size = 128,
.feature_bits = FEATURE_LONG_RESET,
.tested = TEST_UNTESTED,
.tested = TEST_OK_PR,
.probe = probe_jedec,
.probe_timing = 10,
.block_erasers =
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment