Skip to content

Commit

Permalink
intel-x86-64.conf: add intel_ prefix to x86 board names
Browse files Browse the repository at this point in the history
Use newly added naming convention (intel_).

zephyrproject-rtos/zephyr@03905f7
zephyrproject-rtos/zephyr@2b757f1

Signed-off-by: Naveen Saini <[email protected]>
Tested-by: Jon Mason <[email protected]>
  • Loading branch information
saininav committed Nov 6, 2023
1 parent 62b6d7e commit 51d1063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta-zephyr-bsp/conf/machine/intel-x86-64.conf
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"

0 comments on commit 51d1063

Please sign in to comment.