[coreboot] [flashrom] r622 - trunk

svn at coreboot.org svn at coreboot.org
Mon Jun 22 13:14:44 CEST 2009


Author: hailfinger
Date: 2009-06-22 13:14:43 +0200 (Mon, 22 Jun 2009)
New Revision: 622

Modified:
   trunk/flashchips.c
Log:
Mark MX25L6405 as PROBE supported.

Thanks to Michael Stapelberg for the report.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c	2009-06-22 11:07:44 UTC (rev 621)
+++ trunk/flashchips.c	2009-06-22 11:14:43 UTC (rev 622)
@@ -1361,7 +1361,7 @@
 		.model_id	= MX_25L6405,
 		.total_size	= 8192,
 		.page_size	= 256,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PROBE,
 		.probe		= probe_spi_rdid,
 		.probe_timing	= TIMING_ZERO,
 		.erase		= spi_chip_erase_60_c7,





More information about the coreboot mailing list