Commit 0c2029f8 authored by Rudolf Marek's avatar Rudolf Marek
Browse files

Following patch fixes VIA SPI (VT8237S)


It needs to have opcodes initialized same way as ICH7.

Corresponding to flashrom svn r413 and coreboot v2 svn r3926.
Signed-off-by: default avatarRudolf Marek <r.marek@assembler.cz>
Acked-by: default avatarPeter Stuge <peter@stuge.se>
parent 7314cc3d
......@@ -221,6 +221,7 @@ static int enable_flash_vt8237s_spi(struct pci_dev *dev, const char *name)
*(uint16_t *) (spibar + 0x6c));
flashbus = BUS_TYPE_VIA_SPI;
ich_init_opcodes();
return 0;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment