Browse Source
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>pull/69687/head
10 changed files with 10 additions and 22 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# B-G474E-DPOW1 Discovery board configuration |
||||
|
||||
# Copyright 2022 The Chromium OS Authors |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_B_G474E_DPOW1 |
||||
bool "B-G474E-DPOW1 Discovery Board" |
||||
depends on SOC_STM32G474XX |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# B-G474E-DPOW1 Discovery board configuration |
||||
|
||||
# Copyright 2022 The Chromium OS Authors |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_B_G474E_DPOW1 |
||||
|
||||
config BOARD |
||||
default "b_g474e_bpow1" |
||||
|
||||
endif # BOARD_B_G474E_DPOW1 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright 2022 The Chromium OS Authors |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_B_G474E_DPOW1 |
||||
select SOC_STM32G474XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: b_g474e_dpow1 |
||||
vendor: st |
||||
socs: |
||||
- name: stm32g474xx |
Loading…
Reference in new issue