summaryrefslogtreecommitdiff
path: root/scripts/create-binary-archive.sh
diff options
context:
space:
mode:
authorYu Chien Peter Lin <[email protected]>2022-12-05 10:04:00 +0800
committerAnup Patel <[email protected]>2022-12-05 17:33:03 +0530
commit4640d041d3ccb13c07c10f811199bae08448e91a (patch)
tree0b6478e7e88124c646882e6950a35a4c99fdea34 /scripts/create-binary-archive.sh
parentd3fcff77a1e5d79cfb84810370a777b07302ca18 (diff)
scripts/create-binary-archive.sh: remove andes/ae350 build directory
The andes-specific files have been moved to generic platform so we can drop this line. Signed-off-by: Yu Chien Peter Lin <[email protected]> Reviewed-by: Bin Meng <[email protected]> Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'scripts/create-binary-archive.sh')
-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 261a45ad..4dda7b4b 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -103,7 +103,6 @@ build_opensbi() {
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
BUILD_PLATFORM_SUBDIR+=("fpga/ariane")
BUILD_PLATFORM_SUBDIR+=("fpga/openpiton")
- BUILD_PLATFORM_SUBDIR+=("andes/ae350")
BUILD_PLATFORM_SUBDIR+=("generic")
;;
*)