drop quite a lot of dead code that did nothing but produce warnings and make
[coreboot.git] / src / mainboard / supermicro / x6dhe_g / romstage.c
index 0845f8c743c185301ba34e6b869f025e54b56796..b17429aca9d33d7cf701ce4843457f1225d14e5e 100644 (file)
 #define RECVENA_CONFIG  0x0808090a
 #define RECVENB_CONFIG  0x0808090a
 
-static inline void activate_spd_rom(const struct mem_controller *ctrl)
-{
-       /* nothing to do */
-}
 static inline int spd_read_byte(unsigned device, unsigned address)
 {
        return smbus_read_byte(device, address);
@@ -121,7 +117,6 @@ static void main(unsigned long bist)
        disable_watchdogs();
 //     dump_ipmi_registers();
 //     mainboard_set_e7520_leds();     
-//     memreset_setup();
        sdram_initialize(ARRAY_SIZE(mch), mch);
 #if 0
        dump_pci_devices();