getac/p470: Drop unused PCI secondary bus reset

Change-Id: I959cdc08d43fea28f8bbc649cd46bab5656d6ca8
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35674
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Kyösti Mälkki 2019-09-29 07:03:14 +03:00 committed by Patrick Georgi
parent 92bb8320d6
commit 1463a2a04d
1 changed files with 0 additions and 7 deletions

View File

@ -237,13 +237,6 @@ void mainboard_romstage_entry(void)
enable_lapic(); enable_lapic();
#if 0
/* Force PCIRST# */
pci_write_config16(PCI_DEV(0, 0x1e, 0), BCTRL, SBR);
udelay(200 * 1000);
pci_write_config16(PCI_DEV(0, 0x1e, 0), BCTRL, 0);
#endif
ich7_enable_lpc(); ich7_enable_lpc();
early_superio_config(); early_superio_config();