aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dhr_ig/x6dhr_fixups.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-12-06 18:20:48 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-12-06 18:20:48 +0000
commit0f08c643fa3ea773a1b911978c20ddb6a37042ec (patch)
tree35218aea23a77da12dd07492708302f6acd6e91e /src/mainboard/supermicro/x6dhr_ig/x6dhr_fixups.c
parent9b9791c29d0f4e88127f59bb87d53cfed65cd912 (diff)
Get rid of some useless/empty *_fixups.c files.
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@6144 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro/x6dhr_ig/x6dhr_fixups.c')
-rw-r--r--src/mainboard/supermicro/x6dhr_ig/x6dhr_fixups.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/mainboard/supermicro/x6dhr_ig/x6dhr_fixups.c b/src/mainboard/supermicro/x6dhr_ig/x6dhr_fixups.c
deleted file mode 100644
index cc3e41eb9f..0000000000
--- a/src/mainboard/supermicro/x6dhr_ig/x6dhr_fixups.c
+++ /dev/null
@@ -1,23 +0,0 @@
-#include <arch/romcc_io.h>
-
-static void mch_reset(void)
-{
- return;
-}
-
-
-
-static void mainboard_set_e7520_pll(unsigned bits)
-{
- return;
-}
-
-
-static void mainboard_set_e7520_leds(void)
-{
- return;
-}
-
-
-
-