| Submitter | Ed Swierk |
|---|---|
| Date | 2010-06-23 06:39:09 |
| Message ID | <1277275149.20870.4.camel@localhost.localdomain> |
| Download | mbox | patch |
| Permalink | /patch/1545/ |
| State | Superseded |
| Headers | show |
Comments
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
Patch
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 =
I have tested the erase operation with the SST49LF160C LPC flash chip. Signed-off-by: Ed Swierk <eswierk@aristanetworks.com> ---