Browse Source

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>
(cherry picked from commit 9c803c02b5)
backport-86662-to-v4.0-branch
Benjamin Cabé 4 months ago committed by github-actions[bot]
parent
commit
8b33d4d754
  1. 5
      boards/seagate/legend/board.yml

5
boards/seagate/legend/board.yml

@ -4,5 +4,10 @@ board: @@ -4,5 +4,10 @@ board:
vendor: seagate
revision:
format: custom
default: "25hdd"
revisions:
- name: "25hdd"
- name: "25ssd"
- name: "35"
socs:
- name: stm32f070xb

Loading…
Cancel
Save