summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-07-13 20:48:54 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-07-13 20:48:54 +0000
commit25b5a597e1cb72e0e33f1156f84ed59bb9fac35c (patch)
tree167759cf9f080bfedb7bf0ced2da604b48b4953a /chipset_enable.c
parent24c35e458da6cd59ba01d83cf07ac94daace2f6c (diff)
downloadast2050-flashrom-25b5a597e1cb72e0e33f1156f84ed59bb9fac35c.zip
ast2050-flashrom-25b5a597e1cb72e0e33f1156f84ed59bb9fac35c.tar.gz
Enable writing on mcp6x_7x
This was deliberately disabled until now, but seems to work well enough. Corresponding to flashrom svn r1372. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 4f409cd..c8aed07 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -912,8 +912,9 @@ static int enable_flash_mcp6x_7x(struct pci_dev *dev, const char *name)
*/
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@flashrom.org, thanks!\n");
break;
default:
/* Should not happen. */
OpenPOWER on IntegriCloud