Fix mmconf (PCIe memory mapped config space access) support in v2. It was
[coreboot.git] / src / northbridge / amd / amdfam10 / northbridge.c
index 38b152c8e86e91c880be99c084cec5397278a5bb..bdb743387d5eeedfdbdf065f7463a7e40ddedfcd 100644 (file)
@@ -1176,7 +1176,7 @@ static struct device_operations pci_domain_ops = {
        .enable_resources = enable_childrens_resources,
        .init             = 0,
        .scan_bus         = pci_domain_scan_bus,
-#if MMCONF_SUPPORT
+#if MMCONF_SUPPORT_DEFAULT
        .ops_pci_bus      = &pci_ops_mmconf,
 #else
        .ops_pci_bus      = &pci_cf8_conf1,