Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
7 changed files with 6 additions and 13 deletions
@ -1,9 +0,0 @@
@@ -1,9 +0,0 @@
|
||||
# Copyright (c) 2023 by Rivos Inc. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_OPENTITAN_EARLGREY |
||||
|
||||
config BOARD |
||||
default "opentitan_earlgrey" |
||||
|
||||
endif # BOARD_OPENTITAN_EARLGREY |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: opentitan_earlgrey |
||||
vendor: lowRISC |
||||
socs: |
||||
- name: opentitan |
@ -1,8 +1,6 @@
@@ -1,8 +1,6 @@
|
||||
# Copyright (c) 2023 by Rivos Inc. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_OPENTITAN=y |
||||
CONFIG_BOARD_OPENTITAN_EARLGREY=y |
||||
CONFIG_XIP=y |
||||
CONFIG_SERIAL=y |
||||
CONFIG_CONSOLE=y |
Loading…
Reference in new issue