Use the canonical name of the vendors/devices and the
[coreboot.git] / src / mainboard / tyan / s2881 / mainboard.c
1 #include <device/device.h>
2 #include "chip.h"
3
4 #if CONFIG_CHIP_NAME == 1
5 struct chip_operations mainboard_tyan_s2881_ops = {
6         CHIP_NAME("Tyan S2881 Mainboard")
7 };
8 #endif
9