From 68402103eeae3e63a1ac358e6e7ebcc26d6ad249 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 15 Dec 2014 07:55:52 +0100 Subject: southbridge/amd/pi/avalon/pci_devs.h: Correct define `EHCI3_DEV` It appears the decimal value was used instead of the hexadecimal value. Apply commit 59919ad1 (southbridge/amd/agesa/hudson: Correct incorrect #define) to AMD Avalon, whose `pci_devs.h` was copied from AMD Hudson. The incorrect define was introduced in commit 2093c4f7 (AMD/agesa: Add functions for AMD PCI IRQ routing). Change-Id: I7ccc060e8fa032080375259c3b11d39e2deb8e9e Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/7800 Tested-by: build bot (Jenkins) Reviewed-by: Bruce Griffith --- src/southbridge/amd/pi/avalon/pci_devs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge') diff --git a/src/southbridge/amd/pi/avalon/pci_devs.h b/src/southbridge/amd/pi/avalon/pci_devs.h index 2af1659ebd..d2549d47b3 100644 --- a/src/southbridge/amd/pi/avalon/pci_devs.h +++ b/src/southbridge/amd/pi/avalon/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) -- cgit v1.2.3