summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2020-05-01 09:45:50 +0300
committerAnup Patel <anup@brainfault.org>2020-05-04 07:39:51 +0300
commit65c06b026db6352f1ff2bdb235f3149e5e99e2ba (patch)
tree8f76acb47103d706fd6784e715d5885323fac37b /scripts
parent13717a8e53a382769e9678f6d9357c20446cde0c (diff)
downloadopensbi-65c06b026db6352f1ff2bdb235f3149e5e99e2ba.tar.xz
platform: Remove spike directory
The OpenSBI generic platform works perfectly fine on the QEMU spike machine and Spike emulator so let's remove dedicated Spike platform from OpenSBI. All Spike platform related documentation in OpenSBI will now suggest using OpenSBI generic platform. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Alistair Francis <alistair.francis@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 32e53cf..c19af26 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -107,7 +107,6 @@ build_opensbi() {
BUILD_PLATFORM_SUBDIR+=("fpga/openpiton")
BUILD_PLATFORM_SUBDIR+=("andes/ae350")
BUILD_PLATFORM_SUBDIR+=("thead/c910")
- BUILD_PLATFORM_SUBDIR+=("spike")
BUILD_PLATFORM_SUBDIR+=("generic")
;;
*)