diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2014-07-08 23:15:20 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-09-12 21:46:07 +0200 |
commit | 3f0f300bcf16c91c3b7763051be648caf778ec69 (patch) | |
tree | 4d1a1f6c9356e56b4bc01c990bc62a254582472d /src | |
parent | 8eb7c7d0a76c5586beed33fa57f38d5e4e335ca1 (diff) | |
download | coreboot-3f0f300bcf16c91c3b7763051be648caf778ec69.tar.xz |
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 <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/6228
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/intel/fsp_model_206ax/model_206ax_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |