scripts/create-binary-archive.sh: remove andes/ae350 build directory
authorYu Chien Peter Lin <peterlin@andestech.com>
Mon, 5 Dec 2022 02:04:00 +0000 (10:04 +0800)
committerAnup Patel <anup@brainfault.org>
Mon, 5 Dec 2022 12:03:03 +0000 (17:33 +0530)
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>
Reviewed-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Anup Patel <anup@brainfault.org>
scripts/create-binary-archive.sh

index 261a45a..4dda7b4 100755 (executable)
@@ -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")
                ;;
        *)