[flashrom] [commit] r1372 - trunk

repository service svn at flashrom.org
Wed Jul 13 22:48:55 CEST 2011


Author: stefanct
Date: Wed Jul 13 22:48:54 2011
New Revision: 1372
URL: http://flashrom.org/trac/flashrom/changeset/1372

Log:
enable writing on mcp6x_7x

this was deliberately disabled until now, but seems to work well enough.

Signed-off-by: Stefan Tauner <stefan.tauner at student.tuwien.ac.at>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

Modified:
   trunk/chipset_enable.c

Modified: trunk/chipset_enable.c
==============================================================================
--- trunk/chipset_enable.c	Wed Jul 13 13:22:03 2011	(r1371)
+++ trunk/chipset_enable.c	Wed Jul 13 22:48:54 2011	(r1372)
@@ -912,8 +912,9 @@
 		 */
 		buses_supported = CHIP_BUSTYPE_NONE;
 		msg_pdbg("Flash bus type is SPI\n");
-		msg_perr("SPI on this chipset is WIP. Write is unsupported!\n");
-		programmer_may_write = 0;
+		msg_pinfo("SPI on this chipset is WIP. Please report any "
+			  "success or failure by mailing us the verbose "
+			  "output to flashrom at flashrom.org, thanks!\n");
 		break;
 	default:
 		/* Should not happen. */




More information about the flashrom mailing list