Author: myles Date: 2009-04-22 22:41:42 +0200 (Wed, 22 Apr 2009) New Revision: 4185
Modified: trunk/coreboot-v2/src/mainboard/hp/dl145_g3/cache_as_ram_auto.c Log: Trivial patch. I forgot to update K8_SET_FIDVID.
Signed-off-by: Myles Watson mylesgw@gmail.com Acked-by: Myles Watson mylesgw@gmail.com
Modified: trunk/coreboot-v2/src/mainboard/hp/dl145_g3/cache_as_ram_auto.c =================================================================== --- trunk/coreboot-v2/src/mainboard/hp/dl145_g3/cache_as_ram_auto.c 2009-04-22 20:34:05 UTC (rev 4184) +++ trunk/coreboot-v2/src/mainboard/hp/dl145_g3/cache_as_ram_auto.c 2009-04-22 20:41:42 UTC (rev 4185) @@ -40,7 +40,7 @@ #endif
//used by init_cpus and fidvid -#define K8_SET_FIDVID 0 +#define K8_SET_FIDVID 1 //if we want to wait for core1 done before DQS training, set it to 0 #define K8_SET_FIDVID_CORE0_ONLY 1