boards: arm: npcx4m8f_evb: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
# Copyright (c) 2023 Nuvoton Technology Corporation.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_NPCX4M8F_EVB
|
||||
|
||||
config BOARD
|
||||
default "npcx4m8f_evb"
|
||||
|
||||
endif # BOARD_NPCX4M8F_EVB
|
||||
|
||||
config SYS_CLOCK_TICKS_PER_SEC
|
||||
default 1000
|
||||
|
||||
@@ -2,5 +2,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NPCX4M8F_EVB
|
||||
bool "Nuvoton NPCX4M8F EVB Development board"
|
||||
depends on SOC_NPCX4M8F
|
||||
select SOC_NPCX4M8F
|
||||
5
boards/nuvoton/npcx4m8f_evb/board.yml
Normal file
5
boards/nuvoton/npcx4m8f_evb/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: npcx4m8f_evb
|
||||
vendor: Nuvoton
|
||||
socs:
|
||||
- name: npcx4m8f
|
||||
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
@@ -4,10 +4,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SOC_NPCX4M8F=y
|
||||
CONFIG_SOC_SERIES_NPCX4=y
|
||||
CONFIG_BOARD_NPCX4M8F_EVB=y
|
||||
|
||||
# Enable NPCX firmware header
|
||||
CONFIG_NPCX_HEADER=y
|
||||
CONFIG_NPCX_IMAGE_OUTPUT_HEX=y
|
||||
Reference in New Issue
Block a user