Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / iwill / dk8s2 / mainboard.c
1 #include <device/device.h>
2 #include "chip.h"
3
4 struct chip_operations mainboard_ops = {
5         CHIP_NAME("IWILL DK8S2 Mainboard")
6 };
7