Move the SET_FIDVID* family of configuration options to Kconfig and
[coreboot.git] / src / mainboard / asus / a8v-e_se / romstage.c
index 008a345d835c6bd8cc8e500ea89b916a56f4995e..aab0377592d06d77177ff98f8761e8d7cbcde8b8 100644 (file)
 
 unsigned int get_sbdn(unsigned bus);
 
-/* 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>