This patch makes the recently added assembler debug optional, as it may
[coreboot.git] / src / mainboard / tyan / s2885 / mainboard.c
1 #include <device/device.h>
2 #include "chip.h"
3
4 #if CONFIG_CHIP_NAME == 1
5 struct chip_operations mainboard_tyan_s2885_ops = {
6         CHIP_NAME("Tyan S2885 Mainboard")
7 };
8 #endif
9