From 473792c12ad605b6377589114efc8ec3cff07842 Mon Sep 17 00:00:00 2001 From: Tianhua Sun Date: Thu, 3 Jan 2019 13:49:00 +0800 Subject: [PATCH] Revert "EFI: Disable RELOC by default temporary" This reverts commit 39d54c876512ed8b66a201a0d1e96d19e5848a3b. Tracked-On: #1122 Signed-off-by: Tianhua Sun --- 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 680cbe9d4..dd7b2d40c 100644 --- a/hypervisor/arch/x86/Kconfig +++ b/hypervisor/arch/x86/Kconfig @@ -337,7 +337,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