188e3c2ff0
mainboard_config never worked right, at least not since we've had sconfig. Hence, drop mainboard/<vendor>/<device>/chip.h and fix up the mainboards that tried to use it anyways. Change-Id: I7cd403ea188d8a9fd4c1ad15479fa88e02ab8e83 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1359 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
6 lines
108 B
C
6 lines
108 B
C
#include <device/device.h>
|
|
|
|
struct chip_operations mainboard_ops = {
|
|
CHIP_NAME("Tyan S2875 Mainboard")
|
|
};
|
|
|