Author: oxygene Date: Tue Nov 16 23:10:55 2010 New Revision: 6078 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6078
Log: Forgot to remove one set of SET_FIDVID defines
Signed-off-by: Patrick Georgi patrick@georgi-clan.de Acked-by: Patrick Georgi patrick@georgi-clan.de
Modified: trunk/src/mainboard/asus/m2v/romstage.c
Modified: trunk/src/mainboard/asus/m2v/romstage.c ============================================================================== --- trunk/src/mainboard/asus/m2v/romstage.c Tue Nov 16 22:25:29 2010 (r6077) +++ trunk/src/mainboard/asus/m2v/romstage.c Tue Nov 16 23:10:55 2010 (r6078) @@ -24,12 +24,6 @@
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 - #if CONFIG_K8_REV_F_SUPPORT == 1 #define K8_REV_F_SUPPORT_F0_F1_WORKAROUND 0 #endif