mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 07:02:34 +02:00
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>
This commit is contained in:
parent
24c35e458d
commit
25b5a597e1
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user