From 3f0f300bcf16c91c3b7763051be648caf778ec69 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 8 Jul 2014 23:15:20 +0200 Subject: cpu/intel/fsp_model_206ax/model_206ax_init.c: Correct comment Currently there is no way to enable or disable VMX during runtime using CMOS/NVRAM. It is only possible to configure it during build time by setting the Kconfig option `CONFIG_ENABLE_VMX`. So update the comment accordingly. Change-Id: I4e3294cb39a40cf30d294fd566bc97420592262f Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/6228 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/intel/fsp_model_206ax/model_206ax_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/intel/fsp_model_206ax') diff --git a/src/cpu/intel/fsp_model_206ax/model_206ax_init.c b/src/cpu/intel/fsp_model_206ax/model_206ax_init.c index ac1880adcf..ebb3675222 100644 --- a/src/cpu/intel/fsp_model_206ax/model_206ax_init.c +++ b/src/cpu/intel/fsp_model_206ax/model_206ax_init.c @@ -372,7 +372,7 @@ static void model_206ax_init(device_t cpu) enable_lapic_tpr(); setup_lapic(); - /* Enable virtualization if enabled in CMOS */ + /* Enable virtualization if Kconfig option is set */ enable_vmx(); /* Configure Enhanced SpeedStep and Thermal Sensors */ -- cgit v1.2.3