diff mbox series

[4/4] scripts/create-binary-archive.sh: remove andes/ae350 build directory

Message ID 20221128083046.6799-5-peterlin@andestech.com
State Superseded
Headers show
Series Enable generic platform support for AE350 | expand

Commit Message

Yu Chien Peter Lin Nov. 28, 2022, 8:30 a.m. UTC
The andes-specific files have been moved to generic platform so we
can drop this line.

Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
---
 scripts/create-binary-archive.sh | 1 -
 1 file changed, 1 deletion(-)

Comments

Bin Meng Dec. 2, 2022, 4:10 p.m. UTC | #1
On Mon, Nov 28, 2022 at 4:34 PM Yu Chien Peter Lin
<peterlin@andestech.com> wrote:
>
> The andes-specific files have been moved to generic platform so we
> can drop this line.
>
> Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
> ---
>  scripts/create-binary-archive.sh | 1 -
>  1 file changed, 1 deletion(-)
>

Reviewed-by: Bin Meng <bmeng@tinylab.org>
diff mbox series

Patch

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")
 		;;
 	*)