remove last occurence of AMD8111_DEV
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1128 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
0fff41e261
commit
bb79b0efb8
|
@ -3,7 +3,7 @@
|
||||||
#include <arch/io.h>
|
#include <arch/io.h>
|
||||||
|
|
||||||
#define PM_BUS 0
|
#define PM_BUS 0
|
||||||
#define PM_DEVFN (AMD8111_DEVFN+3)
|
#define PM_DEVFN PCI_DEVFN(0x7,3)
|
||||||
|
|
||||||
#define SMBUS_IO_BASE 0x1000
|
#define SMBUS_IO_BASE 0x1000
|
||||||
#define SMBHSTSTAT 0
|
#define SMBHSTSTAT 0
|
||||||
|
|
Loading…
Reference in New Issue