drop quite a lot of dead code that did nothing but produce warnings and make
[coreboot.git] / src / mainboard / intel / jarrell / romstage.c
index 0139f048624bd9494bfbe8ba62936c5f87ef5bb4..d3f6c7a707eb30e95a1c51eeb9d7cbc44626f2ba 100644 (file)
 #define RECVENB_CONFIG  0x000a090a
 #define DIMM_MAP_LOGICAL 0x0124
 
-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);