Author: stuge Date: 2009-05-14 00:18:35 +0200 (Thu, 14 May 2009) New Revision: 503
Modified: trunk/flashchips.c Log: Winbond W39V040A TEST_OK_ PROBE READ
Thanks to Mateusz for testing and reporting!
Signed-off-by: Mateusz Murawski matowy@tlen.pl Acked-by: Peter Stuge peter@stuge.se
Modified: trunk/flashchips.c =================================================================== --- trunk/flashchips.c 2009-05-13 15:57:38 UTC (rev 502) +++ trunk/flashchips.c 2009-05-13 22:18:35 UTC (rev 503) @@ -2145,7 +2145,7 @@ .model_id = W_39V040A, .total_size = 512, .page_size = 64*1024, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PR, .probe = probe_jedec, .erase = erase_chip_jedec, .write = write_49f002,