Hi,
Just to confirm Erase works ok on the SST49LF002A chip. Tested on the GA-8IRML rev. 2.2.
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 =
Keep up the good work guys,
Signed-off-by: Udu Ogah putlinuxonit@gmail.com
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.