boards: qemu_x86_virt: enable using boot and pinned sections
This enables the kconfig options so that the board would be using boot and pinned linker sections. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
2c2d313cb9
commit
735fad2d1e
1 changed files with 3 additions and 0 deletions
|
@ -22,3 +22,6 @@ CONFIG_SRAM_OFFSET=0x100000
|
|||
CONFIG_KERNEL_VM_SIZE=0x400000
|
||||
CONFIG_KERNEL_VM_BASE=0x40000000
|
||||
CONFIG_KERNEL_VM_OFFSET=0
|
||||
|
||||
CONFIG_LINKER_USE_BOOT_SECTION=y
|
||||
CONFIG_LINKER_USE_PINNED_SECTION=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue