Remove comments that are obsolete since r6028.
[coreboot.git] / src / mainboard / msi / ms9282 / romstage.c
index 950f7dca59992ab78d21e16f1c9746aa33b305b4..942fb1198948d5afd2e37de0f0d98350a6556153 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#define RAMINIT_SYSINFO 1
-
 #define SET_NB_CFG_54 1
 
-//used by raminit
-#define QRANK_DIMM_SUPPORT 1
-
 // used by init_cpus and fidvid (disabled until someone tests this)
 // #define SET_FIDVID 1
 #define SET_FIDVID 0
@@ -95,8 +90,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
        return smbus_read_byte(device, address);
 }
 
-//#define K8_4RANK_DIMM_SUPPORT 1
-
 #include "northbridge/amd/amdk8/amdk8_f.h"
 #include "northbridge/amd/amdk8/incoherent_ht.c"
 #include "northbridge/amd/amdk8/coherent_ht.c"
@@ -107,7 +100,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
 #include "resourcemap.c"
 #include "cpu/amd/dualcore/dualcore.c"
 
-#define MCP55_NUM 1
 #include "southbridge/nvidia/mcp55/mcp55_early_setup_ss.h"
 //set GPIO to input mode
 #define MCP55_MB_SETUP \