x86: remove usage of CONFIG_KERNEL_LINK_IN_VIRT

There is no need to use this kconfig, as the phys-to-virt
offset is enough to figure out if the kernel is linked in
virtual address space in gen_mmu.py.

For code, use Z_VM_KERNEL instead.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2021-03-06 21:07:46 -08:00 committed by Anas Nashif
commit 273a5e670b
4 changed files with 8 additions and 15 deletions

View file

@ -22,4 +22,3 @@ CONFIG_SRAM_OFFSET=0x100000
CONFIG_KERNEL_VM_SIZE=0x400000
CONFIG_KERNEL_VM_BASE=0x40000000
CONFIG_KERNEL_VM_OFFSET=0x100000
CONFIG_KERNEL_LINK_IN_VIRT=y