summaryrefslogtreecommitdiff
path: root/src/arch/x86/lib/pci_ops_conf1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/lib/pci_ops_conf1.c')
-rw-r--r--src/arch/x86/lib/pci_ops_conf1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/lib/pci_ops_conf1.c b/src/arch/x86/lib/pci_ops_conf1.c
index 266a9cc9dc..77df4b314f 100644
--- a/src/arch/x86/lib/pci_ops_conf1.c
+++ b/src/arch/x86/lib/pci_ops_conf1.c
@@ -8,7 +8,7 @@
* Functions for accessing PCI configuration space with type 1 accesses
*/
-#if CONFIG_PCI_IO_CFG_EXT == 0
+#if !CONFIG_PCI_IO_CFG_EXT
#define CONFIG_CMD(bus,devfn, where) (0x80000000 | (bus << 16) | \
(devfn << 8) | (where & ~3))
#else