diff options
| author | Yu Chien Peter Lin <peterlin@andestech.com> | 2022-12-05 10:04:00 +0800 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2022-12-05 17:33:03 +0530 |
| commit | 4640d041d3ccb13c07c10f811199bae08448e91a (patch) | |
| tree | 0b6478e7e88124c646882e6950a35a4c99fdea34 /scripts | |
| parent | d3fcff77a1e5d79cfb84810370a777b07302ca18 (diff) | |
| download | opensbi-4640d041d3ccb13c07c10f811199bae08448e91a.tar.gz opensbi-4640d041d3ccb13c07c10f811199bae08448e91a.tar.bz2 opensbi-4640d041d3ccb13c07c10f811199bae08448e91a.zip | |
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 <peterlin@andestech.com>
Reviewed-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/create-binary-archive.sh | 1 |
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") ;; *) |
