[coreboot] [flashrom] r539 - trunk

svn at coreboot.org svn at coreboot.org
Thu May 21 02:29:50 CEST 2009


Author: uwe
Date: 2009-05-21 02:29:50 +0200 (Thu, 21 May 2009)
New Revision: 539

Modified:
   trunk/flashchips.c
Log:
Fix typo (trivial).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c	2009-05-20 23:27:16 UTC (rev 538)
+++ trunk/flashchips.c	2009-05-21 00:29:50 UTC (rev 539)
@@ -955,7 +955,7 @@
 		.model_id	= MX_29F002T,
 		.total_size	= 256,
 		.page_size	= 64 * 1024,
-		.tested		= TEST_PREW,
+		.tested		= TEST_OK_PREW,
 		.probe		= probe_29f002,
 		.erase		= erase_29f002,
 		.write		= write_29f002,





More information about the coreboot mailing list