mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-06-20 05:08:19 +00:00
scripts: Add Ariane FPGA to platform list in binary archive script
This patch adds Ariane FPGA to RV64 platform list in the binary archive script. Signed-off-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
parent
d44bc16e4b
commit
da398ef8d6
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ case "${BUILD_RISCV_XLEN}" in
|
|||
BUILD_PLATFORM_SUBDIR+=("qemu/sifive_u")
|
||||
BUILD_PLATFORM_SUBDIR+=("sifive/fu540")
|
||||
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
|
||||
BUILD_PLATFORM_SUBDIR+=("ariane-fpga")
|
||||
;;
|
||||
*)
|
||||
echo "Invalid RISC-V XLEN"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue