From 188e3c2ff06a82f61d7d71e610b32b1a250c0a45 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 26 Jul 2012 12:46:48 -0700 Subject: Drop mainboard chip.h mainboard_config never worked right, at least not since we've had sconfig. Hence, drop mainboard///chip.h and fix up the mainboards that tried to use it anyways. Change-Id: I7cd403ea188d8a9fd4c1ad15479fa88e02ab8e83 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/1359 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc Reviewed-by: Ronald G. Minnich --- src/mainboard/tyan/s2882/chip.h | 3 --- src/mainboard/tyan/s2882/mainboard.c | 1 - 2 files changed, 4 deletions(-) delete mode 100644 src/mainboard/tyan/s2882/chip.h (limited to 'src/mainboard/tyan/s2882') diff --git a/src/mainboard/tyan/s2882/chip.h b/src/mainboard/tyan/s2882/chip.h deleted file mode 100644 index d138e51b94ad..000000000000 --- a/src/mainboard/tyan/s2882/chip.h +++ /dev/null @@ -1,3 +0,0 @@ -extern struct chip_operations mainboard_ops; - -struct mainboard_config {}; diff --git a/src/mainboard/tyan/s2882/mainboard.c b/src/mainboard/tyan/s2882/mainboard.c index 0779df102898..771d8b68ac4e 100644 --- a/src/mainboard/tyan/s2882/mainboard.c +++ b/src/mainboard/tyan/s2882/mainboard.c @@ -1,5 +1,4 @@ #include -#include "chip.h" struct chip_operations mainboard_ops = { CHIP_NAME("Tyan S2882 Mainboard") -- cgit v1.2.3