diff options
| author | Liu Yibin <[email protected]> | 2020-01-19 15:31:02 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-01-20 10:05:55 +0530 |
| commit | 30cdf0065562760d7fc80235e638fcff2fc97191 (patch) | |
| tree | 8dc2be57053131440f68668c44227e0632da9ee6 | |
| parent | a73d45ccac1794afba111dd1b46d3b7912cfe019 (diff) | |
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 <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
| -rwxr-xr-x | scripts/create-binary-archive.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index 2745eca1..014dd559 100755 --- a/scripts/create-binary-archive.sh +++ b/scripts/create-binary-archive.sh @@ -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" |
