summaryrefslogtreecommitdiffstats
path: root/src/southbridge/ti/pci7420/firewire.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-07 22:13:49 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-09 23:45:38 +0000
commit2047588de5d0fc12cbc7515f7efa8a9ebe8b0be0 (patch)
tree7c10765404845e8647d34461ac9fc7cf5c0f8e0a /src/southbridge/ti/pci7420/firewire.c
parentf29e0ea2a05a8259753639d6c5b54e8415cf2a2a (diff)
downloadcoreboot-2047588de5d0fc12cbc7515f7efa8a9ebe8b0be0.tar.gz
coreboot-2047588de5d0fc12cbc7515f7efa8a9ebe8b0be0.tar.bz2
coreboot-2047588de5d0fc12cbc7515f7efa8a9ebe8b0be0.zip
sb/ti/pci7420: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: I51a2b71abc7762b550f69f2980dd34f0e4947ab5 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43219 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/ti/pci7420/firewire.c')
-rw-r--r--src/southbridge/ti/pci7420/firewire.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/southbridge/ti/pci7420/firewire.c b/src/southbridge/ti/pci7420/firewire.c
index ef06ea6a3b30..a3277451686c 100644
--- a/src/southbridge/ti/pci7420/firewire.c
+++ b/src/southbridge/ti/pci7420/firewire.c
@@ -11,15 +11,6 @@
static void pci7420_firewire_init(struct device *dev)
{
printk(BIOS_DEBUG, "TI PCI7420/7620 FireWire init\n");
-
-#ifdef ODD_IRQ_FIXUP
- /* This is a workaround for buggy kernels. This should
- * probably be read from the device tree, but as long
- * as only one mainboard is using this bridge it does
- * not matter
- */
- pci_write_config8(dev, PCI_INTERRUPT_PIN, INTC);
-#endif
}
static struct device_operations ti_pci7420_firewire_ops = {