flashrom: Initialize ICH SPI opcodes also for ICH9 and later.
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3830 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
93159bf752
commit
3071acf370
|
@ -384,6 +384,7 @@ static int enable_flash_ich_dc_spi(struct pci_dev *dev, const char *name,
|
|||
*(uint32_t *) (spibar + 0xA0)); ICH10 only? */
|
||||
printf_debug("0xB0: 0x%08x (FDOC)\n",
|
||||
*(uint32_t *) (spibar + 0xB0));
|
||||
ich_init_opcodes();
|
||||
break;
|
||||
default:
|
||||
/* Nothing */
|
||||
|
|
Loading…
Reference in New Issue