mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-08 05:58:59 +00:00
scripts: Add C910 to platform list in the binary archive script
This patch adds T-HEAD C910 to RV64 platform list in the binary archive script. Signed-off-by: Liu Yibin <yibin_liu@c-sky.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
parent
a73d45ccac
commit
30cdf00655
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ case "${BUILD_RISCV_XLEN}" in
|
|||
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
|
||||
BUILD_PLATFORM_SUBDIR+=("ariane-fpga")
|
||||
BUILD_PLATFORM_SUBDIR+=("andes/ae350")
|
||||
BUILD_PLATFORM_SUBDIR+=("thead/c910")
|
||||
;;
|
||||
*)
|
||||
echo "Invalid RISC-V XLEN"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue