Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white...
[coreboot.git] / src / northbridge / amd / amdk8 / northbridge.c
index 3d853378d835394650fd4e57487c6989c7349dd0..373501c9ad69f5d659d296ebed58fa2c0934dfb0 100644 (file)
@@ -1142,7 +1142,7 @@ static unsigned int cpu_bus_scan(device_t dev, unsigned int max)
 
        disable_siblings = !CONFIG_LOGICAL_CPUS;
 #if CONFIG_LOGICAL_CPUS == 1
-       get_option(&disable_siblings, "dual_core");
+       get_option(&disable_siblings, "multi_core");
 #endif
 
        // for pre_e0, nb_cfg_54 can not be set, ( even set, when you read it still be 0)