summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-04-29 13:16:09 +0300
committerAnup Patel <anup@brainfault.org>2021-05-06 11:54:45 +0300
commit26998f3d116992ae3fc6670c8f724bcc630d33fd (patch)
treedcfc59dd7d8feaf5a9e6e0b8fa236b02eb4502c8 /scripts
parentd4177e72179e7898b79b7316deeea7af3866871f (diff)
downloadopensbi-26998f3d116992ae3fc6670c8f724bcc630d33fd.tar.xz
platform: Remove sifive/fu540 platform
Now that SiFive HiFive Unleashed board is using the generic platform support in OpenSBI, let's remove the old non-generic one. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-binary-archive.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh
index a8bd335..43c5452 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -95,12 +95,10 @@ build_opensbi() {
case "${BUILD_RISCV_XLEN}" in
32)
# Setup 32-bit platform list
- BUILD_PLATFORM_SUBDIR=("sifive/fu540")
BUILD_PLATFORM_SUBDIR+=("generic")
;;
64)
# Setup 64-bit platform list
- BUILD_PLATFORM_SUBDIR=("sifive/fu540")
BUILD_PLATFORM_SUBDIR+=("nuclei/ux600")
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
BUILD_PLATFORM_SUBDIR+=("fpga/ariane")