summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/quartet/mainboard.c
diff options
context:
space:
mode:
authorYinghai Lu <yinghai.lu@amd.com>2007-04-12 01:23:12 +0000
committerStefan Reinauer <stepan@openbios.org>2007-04-12 01:23:12 +0000
commit0594222eceb5ba642edf813373dd7c979520fcd3 (patch)
treedeb1da8d3d349efda6e06bb859f3a39198e8c4f3 /src/mainboard/amd/quartet/mainboard.c
parentf0cf523a9e9e04fbf924859e3b8cbdb9d3d61931 (diff)
On behalf of AMD:
Drop AMD prototype mainboards that were for internal testing & validation use only. Note: These boards could never be purchased. No reasons to worry. Questions welcome via private mail. Signed-off-by: Yinghai Lu <yinghai.lu@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2609 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/quartet/mainboard.c')
-rw-r--r--src/mainboard/amd/quartet/mainboard.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/amd/quartet/mainboard.c b/src/mainboard/amd/quartet/mainboard.c
deleted file mode 100644
index d3bfb13308..0000000000
--- a/src/mainboard/amd/quartet/mainboard.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <device/device.h>
-#include "chip.h"
-
-struct chip_operations mainboard_amd_quartet_ops = {
- CHIP_NAME("AMD Quartet Mainboard")
-};
-