I have tested the erase operation with the SST49LF160C LPC flash chip.
Signed-off-by: Ed Swierk eswierk@aristanetworks.com
--- Index: flashrom-0.9.2-r1057/flashchips.c =================================================================== --- flashrom-0.9.2-r1057.orig/flashchips.c +++ flashrom-0.9.2-r1057/flashchips.c @@ -4582,7 +4582,7 @@ struct flashchip flashchips[] = { .total_size = 2048, .page_size = 4 * 1024, .feature_bits = FEATURE_REGISTERMAP, - .tested = TEST_OK_PRW, + .tested = TEST_OK_PREW, .probe = probe_82802ab, .probe_timing = TIMING_IGNORED, /* routine don't use probe_timing (sst49lfxxxc.c) */ .block_erasers =
On 23.06.2010 08:39, Ed Swierk wrote:
I have tested the erase operation with the SST49LF160C LPC flash chip.
Signed-off-by: Ed Swierk eswierk@aristanetworks.com
Thanks, Uwe combined this into a big status update patch and committed it in r1126.
Regards, Carl-Daniel