diff options
| author | Yu Chien Peter Lin <[email protected]> | 2022-12-05 10:04:00 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2022-12-05 17:33:03 +0530 |
| commit | 4640d041d3ccb13c07c10f811199bae08448e91a (patch) | |
| tree | 0b6478e7e88124c646882e6950a35a4c99fdea34 /scripts/create-binary-archive.sh | |
| parent | d3fcff77a1e5d79cfb84810370a777b07302ca18 (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-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") ;; *) |
