mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-06-23 06:38:22 +00:00
scripts: Add AE350 to platform list in the binary archive script
This patch adds Andes AE350 to RV64 platform list in the binary archive script. Signed-off-by: Nylon Chen <nylon7@andestech.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
parent
3cbb419def
commit
ffa6c5f457
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ case "${BUILD_RISCV_XLEN}" in
|
|||
BUILD_PLATFORM_SUBDIR+=("sifive/fu540")
|
||||
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
|
||||
BUILD_PLATFORM_SUBDIR+=("ariane-fpga")
|
||||
BUILD_PLATFORM_SUBDIR+=("andes/ae350")
|
||||
;;
|
||||
*)
|
||||
echo "Invalid RISC-V XLEN"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue