Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should
[coreboot.git] / src / northbridge / amd / amdfam10 / northbridge.c
index 95e09f4c6a26ab625e4da326638a9282e89a2059..92f9ea3819429a16ee09a1c2f338eb260fb9f7c6 100644 (file)
@@ -652,15 +652,11 @@ static struct pci_driver mcf0_driver __pci_driver = {
        .device = 0x1200,
 };
 
-#if CONFIG_CHIP_NAME == 1
-
 struct chip_operations northbridge_amd_amdfam10_ops = {
        CHIP_NAME("AMD FAM10 Northbridge")
        .enable_dev = 0,
 };
 
-#endif
-
 static void pci_domain_read_resources(device_t dev)
 {
        struct resource *resource;