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:
@@ -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
|
||||
@@ -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
|
||||
5
boards/aspeed/ast1030_evb/board.yml
Normal file
5
boards/aspeed/ast1030_evb/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: ast1030_evb
|
||||
vendor: Aspeed Technology
|
||||
socs:
|
||||
- name: ast1030
|
||||
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
@@ -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
|
||||
Reference in New Issue
Block a user