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