Carl-Daniel's part:
[coreboot.git] / src / mainboard / tyan / s2875 / mainboard.c
1 #include <device/device.h>
2 #include "chip.h"
3
4 #if CONFIG_CHIP_NAME == 1
5 struct chip_operations mainboard_ops = {
6         CHIP_NAME("Tyan S2875 Mainboard")
7 };
8 #endif
9