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 <[email protected]> Acked-by: Carl-Daniel Hailfinger <[email protected]> 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 [email protected], thanks!\n"); break; default: /* Should not happen. */ _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
