From 30cdf0065562760d7fc80235e638fcff2fc97191 Mon Sep 17 00:00:00 2001 From: Liu Yibin <yibin_liu@c-sky.com> Date: Sun, 19 Jan 2020 15:31:02 +0800 Subject: 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> --- scripts/create-binary-archive.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index 2745eca..014dd55 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" -- cgit v1.2.3