From 55ed6728b17669bdd7abe747327e58a2864a88e1 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 8 Jun 2015 16:39:52 +0300 Subject: amd binaryPI: Fix usbdebug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EHCI functions have moved. Change-Id: I47e79d3790b272b0fc322d534de733889679622b Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/12264 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Edward O'Callaghan --- src/southbridge/amd/pi/hudson/enable_usbdebug.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/southbridge') diff --git a/src/southbridge/amd/pi/hudson/enable_usbdebug.c b/src/southbridge/amd/pi/hudson/enable_usbdebug.c index 5874c37691..84691eb500 100644 --- a/src/southbridge/amd/pi/hudson/enable_usbdebug.c +++ b/src/southbridge/amd/pi/hudson/enable_usbdebug.c @@ -27,11 +27,11 @@ pci_devfn_t pci_ehci_dbg_dev(unsigned int hcd_idx) { if (hcd_idx==3) - return PCI_DEV(0, 0x16, 2); + return PCI_DEV(0, 0x16, 0); else if (hcd_idx==2) - return PCI_DEV(0, 0x13, 2); + return PCI_DEV(0, 0x13, 0); else - return PCI_DEV(0, 0x12, 2); + return PCI_DEV(0, 0x12, 0); } void pci_ehci_dbg_set_port(pci_devfn_t dev, unsigned int port) -- cgit v1.2.3