Intel northbridge I945: Apply un-written naming rules
[coreboot.git] / src / northbridge / intel / i945 / early_init.c
index 14c66c4e218dae1868c9c54eb2544b03ac386c26..f27dca0ac3c2e6215c69fe5efc915a9faef55017 100644 (file)
@@ -91,7 +91,7 @@ static void i945m_detect_chipset(void)
                printk(BIOS_INFO, "unknown max. RAM clock (%02x).", reg8);      /* Others reserved. */
        }
        printk(BIOS_DEBUG, "\n");
-#if CONFIG_NORTHBRIDGE_INTEL_I945GC
+#if CONFIG_NORTHBRIDGE_INTEL_SUBTYPE_I945GC
        printk(BIOS_ERR, "coreboot is compiled for the wrong chipset.\n");
 #endif
 }
@@ -140,7 +140,7 @@ static void i945_detect_chipset(void)
                printk(BIOS_INFO, "unknown max. RAM clock (%02x).", reg8);      /* Others reserved. */
        }
        printk(BIOS_DEBUG, "\n");
-#if CONFIG_NORTHBRIDGE_INTEL_I945GM
+#if CONFIG_NORTHBRIDGE_INTEL_SUBTYPE_I945GM
        printk(BIOS_ERR, "coreboot is compiled for the wrong chipset.\n");
 #endif
 }