From 65c06b026db6352f1ff2bdb235f3149e5e99e2ba Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Fri, 1 May 2020 12:15:50 +0530 Subject: 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 Reviewed-by: Bin Meng Reviewed-by: Alistair Francis --- scripts/create-binary-archive.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index 32e53cf9..c19af269 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") ;; *) -- cgit v1.3.1