Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should
[coreboot.git] / src / mainboard / msi / ms9282 / mainboard.c
index 91bbffd9ffe29201535b5f1f302c5af3734647a5..4906554b0f2c4beea1193b984c1d5db2c0152a0f 100644 (file)
@@ -26,8 +26,6 @@
 #include <device/pci_ops.h>
 #include "chip.h"
 
-#if CONFIG_CHIP_NAME == 1
 struct chip_operations mainboard_ops = {
        CHIP_NAME("MSI MS-9282 Mainboard")
 };
-#endif