From 735fad2d1edcdc2de1e55c1f260af2cf29c81e07 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Fri, 12 Mar 2021 13:16:18 -0800 Subject: [PATCH] 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 --- boards/x86/qemu_x86/qemu_x86_virt_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/x86/qemu_x86/qemu_x86_virt_defconfig b/boards/x86/qemu_x86/qemu_x86_virt_defconfig index 3ef7989085b..9ca4c8cec46 100644 --- a/boards/x86/qemu_x86/qemu_x86_virt_defconfig +++ b/boards/x86/qemu_x86/qemu_x86_virt_defconfig @@ -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