Move the SET_FIDVID* family of configuration options to Kconfig and
[coreboot.git] / src / mainboard / msi / ms9185 / romstage.c
index bc6ead6a754b5c728f1c860fbe293453ad3af59e..599a01a37e2ce356d22a5ba6e2351e689bfe5f16 100644 (file)
 
 #define SET_NB_CFG_54 1
 
-//used by init_cpus and fidvid
-#define SET_FIDVID 1
-//if we want to wait for core1 done before DQS training, set it to 0
-#define SET_FIDVID_CORE0_ONLY 1
-
 #include <stdint.h>
 #include <string.h>
 #include <device/pci_def.h>
@@ -201,7 +196,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
         needs_reset |= optimize_link_incoherent_ht(sysinfo);
 #endif
 
-#if SET_FIDVID == 1
+#if CONFIG_SET_FIDVID
 
         {
                 msr_t msr;