aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/m57sli/mainboard.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-12-17 18:04:26 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-12-17 18:04:26 +0000
commit397ff6815f48182e9f05372aefcad55950d2dc36 (patch)
tree077761340bfe8f90a2d2e6f49c0ef9667a277c1c /src/mainboard/gigabyte/m57sli/mainboard.c
parent5411e718c1eaa0f1d8f1dc26c74e4250d034e916 (diff)
Remove some more unused/incorrect hda_verb.h files.
As discussed on the mailing list at http://www.coreboot.org/pipermail/coreboot/2010-December/062393.html http://www.coreboot.org/pipermail/coreboot/2010-December/062510.html Someone who owns these boards should create correct files at some point. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6196 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte/m57sli/mainboard.c')
-rw-r--r--src/mainboard/gigabyte/m57sli/mainboard.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mainboard/gigabyte/m57sli/mainboard.c b/src/mainboard/gigabyte/m57sli/mainboard.c
index 90e6933fec..3b7eb7d49f 100644
--- a/src/mainboard/gigabyte/m57sli/mainboard.c
+++ b/src/mainboard/gigabyte/m57sli/mainboard.c
@@ -24,13 +24,14 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
-#include "hda_verb.h"
+// #include "hda_verb.h"
#include "chip.h"
static void verb_setup(void)
{
- cim_verb_data = mainboard_cim_verb_data;
- cim_verb_data_size = sizeof(mainboard_cim_verb_data);
+ /* TODO: Add a correct hda_verb.h file for this board. */
+ // cim_verb_data = mainboard_cim_verb_data;
+ // cim_verb_data_size = sizeof(mainboard_cim_verb_data);
}
static void mainboard_enable(device_t dev)