aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx/usb_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82801gx/usb_debug.c')
-rw-r--r--src/southbridge/intel/i82801gx/usb_debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801gx/usb_debug.c b/src/southbridge/intel/i82801gx/usb_debug.c
index f447f7bb84..bdea889854 100644
--- a/src/southbridge/intel/i82801gx/usb_debug.c
+++ b/src/southbridge/intel/i82801gx/usb_debug.c
@@ -45,7 +45,6 @@ void enable_usbdebug(unsigned int port)
pci_write_config8(dev, PCI_COMMAND, PCI_COMMAND_MEMORY);
/* Force ownership of the Debug Port to the EHCI controller. */
- printk(BIOS_DEBUG, "Enabling OWNER_CNT\n");
dbgctl = read32(CONFIG_EHCI_BAR + CONFIG_EHCI_DEBUG_OFFSET);
dbgctl |= (1 << 30);
write32(CONFIG_EHCI_BAR + CONFIG_EHCI_DEBUG_OFFSET, dbgctl);