config: remove kernel physical start address

From ACRN release 2.5, hypervisor supports relocate kernel to the guest free space. So specify the kernel physical start address is not needed any more.

Tracked-On: projectacrn/acrn-hypervisor#6557

Signed-off-by: pengfujx <pengfux.ji@intel.com>
This commit is contained in:
pengfujx 2021-09-10 15:00:41 +08:00 committed by wenlingz
parent 7bfd4a4cef
commit 403770bb05
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_HZ_1000=y
CONFIG_PHYSICAL_START=0x8000000
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_LEGACY_VSYSCALL_EMULATE=y
# CONFIG_MODIFY_LDT_SYSCALL is not set