| Submitter | Putlinuxonit |
|---|---|
| Date | 2010-07-28 23:51:17 |
| Message ID | <AANLkTik4wexp0QXTerm554ZmORPsosVKfnsU9y8h_58i@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/1694/ |
| State | Superseded |
| Headers | show |
Comments
On Thu, Jul 29, 2010 at 12:51:17AM +0100, Putlinuxonit wrote: > Just to confirm Erase works ok on the SST49LF002A chip. Tested on the > GA-8IRML rev. 2.2. Updated, thanks. Uwe.
Patch
Index: flashchips.c =================================================================== --- flashchips.c (revision 1114) +++ flashchips.c (working copy) @@ -4821,7 +4821,7 @@ .total_size = 256, .page_size = 16 * 1024, .feature_bits = FEATURE_REGISTERMAP | FEATURE_EITHER_RESET, - .tested = TEST_OK_PRW, + .tested = TEST_OK_PREW, .probe = probe_jedec, .probe_timing = 1, /* 150 ns */ .block_erasers =
Hi, Just to confirm Erase works ok on the SST49LF002A chip. Tested on the GA-8IRML rev. 2.2. Keep up the good work guys, Signed-off-by: Udu Ogah <putlinuxonit@gmail.com>