drop quite a lot of dead code that did nothing but produce warnings and make
[coreboot.git] / src / mainboard / supermicro / x6dai_g / romstage.c
index 97fb724ca37dd6266b8bf35fa69895fb7999a855..9fef5ccaa511e5604479496d92fc8ab2bdac52a1 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);