Skip to content

Commit

Permalink
boards/starfive/visionfive2: use riscv in the arch field
Browse files Browse the repository at this point in the history
This commit changes the value of the `arch` from `riscv64` to `riscv`, so
that it is in line with the rest of the RISC-V boards.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
fkokosinski authored and MaureenHelm committed Mar 14, 2024
1 parent cb6f44c commit d60df3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/starfive/visionfive2/visionfive2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
identifier: visionfive2
name: Visionfive JH7110 (NON-SMP)
type: mcu
arch: riscv64
arch: riscv
toolchain:
- zephyr
- cross-compile

0 comments on commit d60df3d

Please sign in to comment.