mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
intel-x86-64.conf: add intel_ prefix to x86 board names
Use newly added naming convention (intel_).03905f7e552b757f1ecaSigned-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Tested-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: intel-x86-64
|
||||
#@DESCRIPTION: common MACHINE for 64-bit x86 boards. User must set ${ZEPHYR_BOARD}. By default is set to 'ech_crb' board.
|
||||
#@DESCRIPTION: common MACHINE for 64-bit x86 boards. User must set ${ZEPHYR_BOARD}. By default is set to 'intel_ehl_crb' board.
|
||||
|
||||
require conf/machine/include/tune-corei7-common.inc
|
||||
|
||||
@@ -10,5 +10,5 @@ ARCH:intel-x86-64 = "x86"
|
||||
# ZEPHYR_BOARD ?= "acrn"
|
||||
# ZEPHYR_BOARD ?= "acrn_ehl_crb"
|
||||
# ZEPHYR_BOARD ?= "up_squared"
|
||||
# ZEPHYR_BOARD ?= "ehl_crb_sbl"
|
||||
ZEPHYR_BOARD ?= "ehl_crb"
|
||||
# ZEPHYR_BOARD ?= "intel_ehl_crb_sbl"
|
||||
ZEPHYR_BOARD ?= "intel_ehl_crb"
|
||||
|
||||
Reference in New Issue
Block a user