AMD southbridge: remove sp5100
[coreboot.git] / src / southbridge / amd / sb700 / lpc.c
index 3e596c240d55315c8271785ebbd469edc68d12d2..5dd7d696aa4b070d1c43acfcce4a45c7d8218ddd 100644 (file)
@@ -63,7 +63,7 @@ static void lpc_init(device_t dev)
        /* Disable LPC MSI Capability */
        byte = pci_read_config8(dev, 0x78);
        byte &= ~(1 << 1);
-#if CONFIG_SOUTHBRIDGE_AMD_SP5100
+#if CONFIG_SOUTHBRIDGE_AMD_SUBTYPE_SP5100
        /* Disable FlowContrl, Always service the request from Host
         * whenever there is a request from Host pending
         */