diff options
author | Guo Ren <guoren@linux.alibaba.com> | 2021-04-27 06:47:52 +0000 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2021-04-28 15:43:04 +0530 |
commit | 1db843622a0c2e255961bf8bb247c433c44d2a73 (patch) | |
tree | 00d099537d660acb627de3c158082a366457de7a /scripts | |
parent | bf3ef53bb7f59edd2a54b34e080fd4462d938630 (diff) |
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-x | scripts/create-binary-archive.sh | 1 |
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") ;; *) |