aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/sis/sis966/enable_usbdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/sis/sis966/enable_usbdebug.c')
-rw-r--r--src/southbridge/sis/sis966/enable_usbdebug.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/sis/sis966/enable_usbdebug.c b/src/southbridge/sis/sis966/enable_usbdebug.c
index f38fe90398..04384ba9ac 100644
--- a/src/southbridge/sis/sis966/enable_usbdebug.c
+++ b/src/southbridge/sis/sis966/enable_usbdebug.c
@@ -48,9 +48,6 @@ void enable_usbdebug(unsigned int port)
{
pci_devfn_t dev = PCI_DEV(0, SIS966_DEVN_BASE + 2, 1); /* USB EHCI */
- /* Mark the requested physical USB port (1-15) as the Debug Port. */
- set_debug_port(port);
-
/* Set the EHCI BAR address. */
pci_write_config32(dev, EHCI_BAR_INDEX, CONFIG_EHCI_BAR);