[coreboot] [v2] r4185 - trunk/coreboot-v2/src/mainboard/hp/dl145_g3

svn at coreboot.org svn at coreboot.org
Wed Apr 22 22:41:42 CEST 2009


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 at gmail.com>
Acked-by: Myles Watson <mylesgw at 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
 





More information about the coreboot mailing list