mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-02 00:08:43 +00:00
HV: modify RELOC kconfig option default to "enable"
re-enable RELOC kconfig as default to "y". Tracked-On: #2349 Signed-off-by: Chaohong guo <chaohong.guo@intel.com>
This commit is contained in:
parent
8f22a6e89a
commit
5c5f43523a
@ -339,7 +339,7 @@ config MTRR_ENABLED
|
||||
|
||||
config RELOC
|
||||
bool "Enable hypervisor relocation"
|
||||
default n
|
||||
default y
|
||||
help
|
||||
When selected, the hypervisor will relocate itself to where it is
|
||||
loaded. This allows the bootloader to put the hypervisor image to
|
||||
|
Loading…
Reference in New Issue
Block a user