Remove duplicate line from pci_ids.h.
[coreboot.git] / src / northbridge / amd / amdk8 / coherent_ht.c
index f1f5bbc35cbd08063deba5bfff015ca0737277c4..30e047134792828fe79368cb8d207a01c12d2602 100644 (file)
@@ -1813,7 +1813,7 @@ static int optimize_link_coherent_ht(void)
        return needs_reset;
 }
 
-#if RAMINIT_SYSINFO == 1
+#if CONFIG_RAMINIT_SYSINFO
 static void setup_coherent_ht_domain(void)
 #else
 static int setup_coherent_ht_domain(void)
@@ -1835,7 +1835,7 @@ static int setup_coherent_ht_domain(void)
        }
        coherent_ht_finalize(nodes);
 
-#if RAMINIT_SYSINFO == 0
+#if !CONFIG_RAMINIT_SYSINFO
        return optimize_link_coherent_ht();
 #endif
 }