summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dhr_ig2
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_ig2
parent9b9791c29d0f4e88127f59bb87d53cfed65cd912 (diff)
downloadcoreboot-0f08c643fa3ea773a1b911978c20ddb6a37042ec.tar.xz
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_ig2')
-rw-r--r--src/mainboard/supermicro/x6dhr_ig2/romstage.c5
-rw-r--r--src/mainboard/supermicro/x6dhr_ig2/x6dhr2_fixups.c23
2 files changed, 4 insertions, 24 deletions
diff --git a/src/mainboard/supermicro/x6dhr_ig2/romstage.c b/src/mainboard/supermicro/x6dhr_ig2/romstage.c
index eb54ef5632..44b9ae092d 100644
--- a/src/mainboard/supermicro/x6dhr_ig2/romstage.c
+++ b/src/mainboard/supermicro/x6dhr_ig2/romstage.c
@@ -14,7 +14,6 @@
#include "debug.c"
#include "watchdog.c"
#include "reset.c"
-#include "x6dhr2_fixups.c"
#include "superio/winbond/w83627hf/w83627hf_early_serial.c"
#include "northbridge/intel/e7520/memory_initialized.c"
#include "cpu/x86/bist.h"
@@ -34,6 +33,10 @@
0 )
#define DEVPRES1_CONFIG (DEVPRES1_D0F1 | DEVPRES1_D8F0)
+static void mch_reset(void) {}
+static void mainboard_set_e7520_pll(unsigned bits) {}
+static void mainboard_set_e7520_leds(void) {}
+
static inline int spd_read_byte(unsigned device, unsigned address)
{
return smbus_read_byte(device, address);
diff --git a/src/mainboard/supermicro/x6dhr_ig2/x6dhr2_fixups.c b/src/mainboard/supermicro/x6dhr_ig2/x6dhr2_fixups.c
deleted file mode 100644
index cc3e41eb9f..0000000000
--- a/src/mainboard/supermicro/x6dhr_ig2/x6dhr2_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;
-}
-
-
-
-