[coreboot-gerrit] New patch to review for coreboot: 4b9ff3d southbridge/amd/agesa/hudson: Correct incorrect #define

Dave Frodin (dave.frodin@se-eng.com) gerrit at coreboot.org
Mon Dec 15 01:33:30 CET 2014


Dave Frodin (dave.frodin at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7799

-gerrit

commit 4b9ff3d952db182035c93c9c2f72d47036557aa1
Author: Dave Frodin <dave.frodin at se-eng.com>
Date:   Sun Dec 14 17:29:28 2014 -0700

    southbridge/amd/agesa/hudson: Correct incorrect #define
    
    It appears the decimal value was used instead of the hex value.
    
    Change-Id: I04acde9e5b2a9e08ed01b0564c3d561b0385a392
    Signed-off-by: Dave Frodin <dave.frodin at se-eng.com>
---
 src/southbridge/amd/agesa/hudson/pci_devs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/southbridge/amd/agesa/hudson/pci_devs.h b/src/southbridge/amd/agesa/hudson/pci_devs.h
index b66a232..cff7dca 100644
--- a/src/southbridge/amd/agesa/hudson/pci_devs.h
+++ b/src/southbridge/amd/agesa/hudson/pci_devs.h
@@ -56,7 +56,7 @@
 #define EHCI1_FUNC 2
 #define EHCI2_DEV 0x13
 #define EHCI2_FUNC 2
-#define EHCI3_DEV 0x22
+#define EHCI3_DEV 0x16
 #define EHCI3_FUNC 2
 #define EHCI_DEVID 0x7808
 #define EHCI1_DEVFN PCI_DEVFN(EHCI1_DEV,EHCI1_FUNC)



More information about the coreboot-gerrit mailing list