sb/intel/lynxpoint/pcie.c: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: I2fff78231d6dfbed56bb885aa23d5cd2a745325e Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43217 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
5ac928dd14
commit
0a65b738d5
|
@ -670,17 +670,6 @@ static void pci_init(struct device *dev)
|
||||||
reg16 |= PCI_BRIDGE_CTL_NO_ISA;
|
reg16 |= PCI_BRIDGE_CTL_NO_ISA;
|
||||||
pci_write_config16(dev, PCI_BRIDGE_CONTROL, reg16);
|
pci_write_config16(dev, PCI_BRIDGE_CONTROL, reg16);
|
||||||
|
|
||||||
#ifdef EVEN_MORE_DEBUG
|
|
||||||
reg32 = pci_read_config32(dev, 0x20);
|
|
||||||
printk(BIOS_SPEW, " MBL = 0x%08x\n", reg32);
|
|
||||||
reg32 = pci_read_config32(dev, 0x24);
|
|
||||||
printk(BIOS_SPEW, " PMBL = 0x%08x\n", reg32);
|
|
||||||
reg32 = pci_read_config32(dev, 0x28);
|
|
||||||
printk(BIOS_SPEW, " PMBU32 = 0x%08x\n", reg32);
|
|
||||||
reg32 = pci_read_config32(dev, 0x2c);
|
|
||||||
printk(BIOS_SPEW, " PMLU32 = 0x%08x\n", reg32);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Clear errors in status registers */
|
/* Clear errors in status registers */
|
||||||
reg16 = pci_read_config16(dev, 0x06);
|
reg16 = pci_read_config16(dev, 0x06);
|
||||||
pci_write_config16(dev, 0x06, reg16);
|
pci_write_config16(dev, 0x06, reg16);
|
||||||
|
|
Loading…
Reference in New Issue