boards: seagate: legend: Add board revision configurations
board.yml file was missing the list of custom revisions of this board. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
b6625b1b28
commit
9c803c02b5
1 changed files with 5 additions and 0 deletions
|
@ -4,5 +4,10 @@ board:
|
||||||
vendor: seagate
|
vendor: seagate
|
||||||
revision:
|
revision:
|
||||||
format: custom
|
format: custom
|
||||||
|
default: "25hdd"
|
||||||
|
revisions:
|
||||||
|
- name: "25hdd"
|
||||||
|
- name: "25ssd"
|
||||||
|
- name: "35"
|
||||||
socs:
|
socs:
|
||||||
- name: stm32f070xb
|
- name: stm32f070xb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue