boards: arm: ast1030_evb: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-02 09:51:00 +00:00
parent f2a1cc8714
commit 394c75373c
8 changed files with 7 additions and 13 deletions

View File

@@ -5,5 +5,4 @@
# Copyright (c) 2021 Aspeed Technology Inc.
config BOARD_AST1030_EVB
bool "ASPEED AST1030 Evaluation Board"
depends on SOC_AST1030
select SOC_AST1030

View File

@@ -2,7 +2,7 @@
#
# Copyright (c) 2021 Aspeed Technology Inc.
#
CONFIG_SOC_SERIES_AST10X0=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=200000000
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_FLASH_SIZE=0

View File

@@ -0,0 +1,5 @@
board:
name: ast1030_evb
vendor: Aspeed Technology
socs:
- name: ast1030

View File

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 125 KiB

View File

@@ -1,10 +0,0 @@
# SPDX-License-Identifier: Apache-2.0
#
# Aspeed AST1030 evaluation board configuration
#
# Copyright (c) 2021 Aspeed Technology Inc.
if BOARD_AST1030_EVB
config BOARD
default "ast1030_evb"
endif # BOARD_AST1030_EVB