From 5c5f43523af16e1126cd073715e0788e6e68c95b Mon Sep 17 00:00:00 2001 From: Chaohong guo Date: Tue, 22 Jan 2019 09:47:12 +0800 Subject: [PATCH] HV: modify RELOC kconfig option default to "enable" re-enable RELOC kconfig as default to "y". Tracked-On: #2349 Signed-off-by: Chaohong guo --- hypervisor/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/arch/x86/Kconfig b/hypervisor/arch/x86/Kconfig index ab0295aa6..0e0169b65 100644 --- a/hypervisor/arch/x86/Kconfig +++ b/hypervisor/arch/x86/Kconfig @@ -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