VIA southbridge K8T890: Apply un-written naming rules
[coreboot.git] / src / northbridge / amd / amdk8 / incoherent_ht.c
index a14adac70dd6b0e44cd3fec4e0a4487b71f087c0..f57eb5bf370cd5e1c5167466a26e8d535d6d69e1 100644 (file)
@@ -149,10 +149,10 @@ static uint16_t ht_read_freq_cap(device_t dev, uint8_t pos)
 
        printk(BIOS_SPEW, "pos=0x%x, filtered freq_cap=0x%x\n", pos, freq_cap);
 
-       #if CONFIG_SOUTHBRIDGE_VIA_K8M890 == 1
+#if CONFIG_SOUTHBRIDGE_VIA_SUBTYPE_K8M890 == 1
        freq_cap &= 0x3f;
        printk(BIOS_INFO, "Limiting HT to 800/600/400/200 MHz until K8M890 HT1000 is fixed.\n");
-       #endif
+#endif
        return freq_cap;
 }