drivers/usb/ehci_debug.c: Drop dead code

This code is not even being build-tested. Drop it before it grows moss.

Change-Id: I27e4d66a1c8e2ed0eb5152f6bd56cc3fec2dea8e
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43256
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Michael Niewöhner
This commit is contained in:
Angel Pons 2020-07-08 00:21:51 +02:00
parent a8620639a3
commit 82ab9ca72c
1 changed files with 0 additions and 7 deletions

View File

@ -563,13 +563,6 @@ try_next_port:
}
dprintk(BIOS_INFO, "EHCI debug port enabled.\n");
#if 0
/* Completely transfer the debug device to the debug controller */
portsc = read32(&ehci_regs->port_status[debug_port - 1]);
portsc &= ~PORT_PE;
write32(&ehci_regs->port_status[debug_port - 1], portsc);
#endif
dbgp_mdelay(100);
struct ehci_dbg_port *port = (void *)(uintptr_t)info->ehci_debug;