Author: uwe
Date: 2009-05-21 01:27:16 +0200 (Thu, 21 May 2009)
New Revision: 538

Modified:
   trunk/flashchips.c
Log:
Mark the Macronix MX29F002T as working (trivial).

I tested all operations on hardware.

Signed-off-by: Uwe Hermann <[email protected]>
Acked-by: Uwe Hermann <[email protected]>



Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c  2009-05-20 17:09:43 UTC (rev 537)
+++ trunk/flashchips.c  2009-05-20 23:27:16 UTC (rev 538)
@@ -955,7 +955,7 @@
                .model_id       = MX_29F002T,
                .total_size     = 256,
                .page_size      = 64 * 1024,
-               .tested         = TEST_UNTESTED,
+               .tested         = TEST_PREW,
                .probe          = probe_29f002,
                .erase          = erase_29f002,
                .write          = write_29f002,


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to