summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGuo Ren <guoren@linux.alibaba.com>2021-04-27 09:47:52 +0300
committerAnup Patel <anup@brainfault.org>2021-04-28 13:13:04 +0300
commit1db843622a0c2e255961bf8bb247c433c44d2a73 (patch)
tree00d099537d660acb627de3c158082a366457de7a /scripts
parentbf3ef53bb7f59edd2a54b34e080fd4462d938630 (diff)
downloadopensbi-1db843622a0c2e255961bf8bb247c433c44d2a73.tar.xz
platform: Remove platform/thead
We could use platform/generic instead, and won't use platform/thead/c910 again. Signed-off-by: Guo Ren <guoren@linux.alibaba.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-binary-archive.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh
index c19af26..a8bd335 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -106,7 +106,6 @@ build_opensbi() {
BUILD_PLATFORM_SUBDIR+=("fpga/ariane")
BUILD_PLATFORM_SUBDIR+=("fpga/openpiton")
BUILD_PLATFORM_SUBDIR+=("andes/ae350")
- BUILD_PLATFORM_SUBDIR+=("thead/c910")
BUILD_PLATFORM_SUBDIR+=("generic")
;;
*)