it8xxx2_evb: use correct SoC
Use SOC_IT81302_BX as the SoC for this board. Fixes #69809 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
eaf140e7ff
commit
0ae587aef9
|
@ -2,4 +2,4 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_IT8XXX2_EVB
|
||||
select SOC_IT82202_AX
|
||||
select SOC_IT81302_BX
|
||||
|
|
|
@ -2,4 +2,4 @@ board:
|
|||
name: it8xxx2_evb
|
||||
vendor: ite
|
||||
socs:
|
||||
- name: it82202ax
|
||||
- name: it81302bx
|
||||
|
|
Loading…
Reference in a new issue