Tyan update to work with new CPU Config
[coreboot.git] / src / mainboard / tyan / s2885 / ti_firewire.c
index 15f83c0983ada2b0399dcf36d97f6caabb7c2449..12c4c0d0f9263882c41c85afb68a683b91cdf019 100644 (file)
@@ -25,8 +25,6 @@ static void ti_firewire_init(struct device *dev)
         word |= ((1 << 2) |(1<<4)); // Command: 3--> 17
         pci_write_config16(dev, 0x4, word);
 
-       printk_debug("TI_FIREWIRE_FIXUP:  done  \n");
-       
 }
 
 static struct device_operations ti_firewire_ops  = {