Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should
[coreboot.git] / src / mainboard / tyan / s2895 / mainboard.c
index 5f38556467144d915f1e3396637747d2a2ba1640..08be91f9f13e46a5dc552d0e7e20fdbd19c70b56 100644 (file)
@@ -17,9 +17,7 @@ int add_mainboard_resources(struct lb_memory *mem)
 }
 
 
-#if CONFIG_CHIP_NAME == 1
 struct chip_operations mainboard_ops = {
        CHIP_NAME("Tyan S2895 Mainboard")
 };
-#endif