Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white...
[coreboot.git] / src / northbridge / amd / amdk8 / coherent_ht.c
index 9a60ecc03eee22c09a97d57c9a5c9f287d7ecb13..1b0feb123addc892f0f9801eb32621268739952c 100644 (file)
@@ -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 {