Author: uwe Date: 2009-09-09 02:58:19 +0200 (Wed, 09 Sep 2009) New Revision: 721
Modified: trunk/flashchips.c Log: Mark Macronix MX29F001B as OK, tested by me on hardware.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/flashchips.c =================================================================== --- trunk/flashchips.c 2009-09-09 00:55:13 UTC (rev 720) +++ trunk/flashchips.c 2009-09-09 00:58:19 UTC (rev 721) @@ -1444,7 +1444,7 @@ .model_id = MX_29F001B, .total_size = 128, .page_size = 32 * 1024, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_29f002, .probe_timing = TIMING_IGNORED, /* routine don't use probe_timing (mx29f002.c) */ .erase = erase_29f002,