boards: qemu: move qemu_x86 -> x86
Just follow others and drop qemu_ from the name, we have that in the folder already. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
@@ -99,7 +99,7 @@ config HAVE_CUSTOM_LINKER_SCRIPT
|
||||
default y
|
||||
|
||||
config CUSTOM_LINKER_SCRIPT
|
||||
default "${ZEPHYR_BASE}/boards/qemu/qemu_x86/qemu_x86_tiny.ld"
|
||||
default "${ZEPHYR_BASE}/boards/qemu/x86/qemu_x86_tiny.ld"
|
||||
|
||||
config X86_EXTRA_PAGE_TABLE_PAGES
|
||||
# This is needed for gen_mmu.py to map the flash into memory
|
||||
Reference in New Issue
Block a user