aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/dl145_g3/cache_as_ram_auto.c
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-04-22 20:41:42 +0000
committerMyles Watson <mylesgw@gmail.com>2009-04-22 20:41:42 +0000
commit723bf0c568697bf0442ff1424e696ea38690934b (patch)
treeb3735dd49fb1dbc8d1b7b7afadd5cf9797f66b42 /src/mainboard/hp/dl145_g3/cache_as_ram_auto.c
parent5b34bdd3e5c9b7b5d72ea24ec1fc152e996ef2f7 (diff)
Trivial patch. I forgot to update K8_SET_FIDVID.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4185 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/hp/dl145_g3/cache_as_ram_auto.c')
-rw-r--r--src/mainboard/hp/dl145_g3/cache_as_ram_auto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/hp/dl145_g3/cache_as_ram_auto.c b/src/mainboard/hp/dl145_g3/cache_as_ram_auto.c
index a52624c3d3..9befadffd2 100644
--- a/src/mainboard/hp/dl145_g3/cache_as_ram_auto.c
+++ b/src/mainboard/hp/dl145_g3/cache_as_ram_auto.c
@@ -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