From 4640d041d3ccb13c07c10f811199bae08448e91a Mon Sep 17 00:00:00 2001 From: Yu Chien Peter Lin Date: Mon, 5 Dec 2022 10:04:00 +0800 Subject: [PATCH] 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 Reviewed-by: Bin Meng Reviewed-by: Anup Patel --- scripts/create-binary-archive.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index 261a45a..4dda7b4 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") ;; *) -- 2.7.4