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:
parent
4c7bde4311
commit
273a5e670b
4 changed files with 8 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue