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 <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/7800
Tested-by: build bot (Jenkins)
Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
This commit is contained in:
Paul Menzel 2014-12-15 07:55:52 +01:00 committed by Bruce Griffith
parent 51dde6fe3b
commit 68402103ee
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
#define EHCI1_FUNC 2 #define EHCI1_FUNC 2
#define EHCI2_DEV 0x13 #define EHCI2_DEV 0x13
#define EHCI2_FUNC 2 #define EHCI2_FUNC 2
#define EHCI3_DEV 0x22 #define EHCI3_DEV 0x16
#define EHCI3_FUNC 2 #define EHCI3_FUNC 2
#define EHCI_DEVID 0x7808 #define EHCI_DEVID 0x7808
#define EHCI1_DEVFN PCI_DEVFN(EHCI1_DEV,EHCI1_FUNC) #define EHCI1_DEVFN PCI_DEVFN(EHCI1_DEV,EHCI1_FUNC)