aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/coherent_ht.c
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2010-04-08 15:06:44 +0000
committerMyles Watson <mylesgw@gmail.com>2010-04-08 15:06:44 +0000
commit4839e2c495d16e7c49acd5eb933ef7f42e67713a (patch)
treed10755eafcdf03f6b535bb9428e4629a8cf6804d /src/northbridge/amd/amdk8/coherent_ht.c
parent604877eb2a29ee24d4c99659ae5155792c6e3628 (diff)
Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5380 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdk8/coherent_ht.c')
-rw-r--r--src/northbridge/amd/amdk8/coherent_ht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdk8/coherent_ht.c b/src/northbridge/amd/amdk8/coherent_ht.c
index 9a60ecc03e..1b0feb123a 100644
--- a/src/northbridge/amd/amdk8/coherent_ht.c
+++ b/src/northbridge/amd/amdk8/coherent_ht.c
@@ -1595,7 +1595,7 @@ static void coherent_ht_finalize(unsigned nodes)
unsigned total_cpus;
if ((!CONFIG_HAVE_OPTION_TABLE) ||
- read_option(CMOS_VSTART_dual_core, CMOS_VLEN_dual_core, 0) == 0) { /* dual_core */
+ read_option(CMOS_VSTART_multi_core, CMOS_VLEN_multi_core, 0) == 0) { /* multi_core */
total_cpus = verify_dualcore(nodes);
}
else {