mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-06-22 14:19:04 +00:00
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>
This commit is contained in:
parent
d3fcff77a1
commit
4640d041d3
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ build_opensbi() {
|
||||||
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
|
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
|
||||||
BUILD_PLATFORM_SUBDIR+=("fpga/ariane")
|
BUILD_PLATFORM_SUBDIR+=("fpga/ariane")
|
||||||
BUILD_PLATFORM_SUBDIR+=("fpga/openpiton")
|
BUILD_PLATFORM_SUBDIR+=("fpga/openpiton")
|
||||||
BUILD_PLATFORM_SUBDIR+=("andes/ae350")
|
|
||||||
BUILD_PLATFORM_SUBDIR+=("generic")
|
BUILD_PLATFORM_SUBDIR+=("generic")
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue