summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2019-06-30 09:33:40 +0300
committerAnup Patel <anup@brainfault.org>2019-06-30 09:37:56 +0300
commitda398ef8d68150e1a22c0f598a0b3b09b61a3ce6 (patch)
tree0d7d0135acf663cdf312eee9f50574cd347e9385 /scripts
parentd44bc16e4b6824e42dda463efd6926b944211c57 (diff)
downloadopensbi-da398ef8d68150e1a22c0f598a0b3b09b61a3ce6.tar.xz
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-binary-archive.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh
index fcfb5cb..cc6d5a4 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -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"