Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should
[coreboot.git] / src / mainboard / tyan / s2892 / mainboard.c
index 26fb8f089498f97e1431cbe26292286f4d7b4331..eba339f4807248454d1e12a5858a75a4d7c67eec 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 S2892 Mainboard")
 };
-#endif