projects
/
platform
/
kernel
/
opensbi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3fcff7
)
scripts/create-binary-archive.sh: remove andes/ae350 build directory
author
Yu Chien Peter Lin
<peterlin@andestech.com>
Mon, 5 Dec 2022 02:04:00 +0000
(10:04 +0800)
committer
Anup 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
patch
|
blob
|
history
diff --git
a/scripts/create-binary-archive.sh
b/scripts/create-binary-archive.sh
index 261a45ad6bdcd01ee82ba38cc34fc78f5ca0a1f8..4dda7b4b234b7e3ffe8019e278d170222ef8e693 100755
(executable)
--- 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")
;;
*)