diff options
| author | Huaqi Fang <[email protected]> | 2020-04-29 18:05:51 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-04-30 09:39:03 +0530 |
| commit | 3a326af9be09612a699d3dee7c2b91c4986de95f (patch) | |
| tree | 84785a88d4eadc5ac466fb45ae8cbefa4251ee72 /scripts/create-binary-archive.sh | |
| parent | 4781545512537effc97ffb07079076cf0819842c (diff) | |
scripts: adapt binary archive script for Nuclei UX600
Signed-off-by: Huaqi Fang <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'scripts/create-binary-archive.sh')
| -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 d2680252..eaf16b15 100755 --- a/scripts/create-binary-archive.sh +++ b/scripts/create-binary-archive.sh @@ -102,6 +102,7 @@ build_opensbi() { # Setup 64-bit platform list BUILD_PLATFORM_SUBDIR=("qemu/virt") BUILD_PLATFORM_SUBDIR+=("sifive/fu540") + BUILD_PLATFORM_SUBDIR+=("nuclei/ux600") BUILD_PLATFORM_SUBDIR+=("kendryte/k210") BUILD_PLATFORM_SUBDIR+=("fpga/ariane") BUILD_PLATFORM_SUBDIR+=("fpga/openpiton") |
