diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create-binary-archive.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index c2575ab..32e53cf 100755 --- a/scripts/create-binary-archive.sh +++ b/scripts/create-binary-archive.sh @@ -95,14 +95,12 @@ build_opensbi() { case "${BUILD_RISCV_XLEN}" in 32) # Setup 32-bit platform list - BUILD_PLATFORM_SUBDIR=("qemu/virt") - BUILD_PLATFORM_SUBDIR+=("sifive/fu540") + BUILD_PLATFORM_SUBDIR=("sifive/fu540") BUILD_PLATFORM_SUBDIR+=("generic") ;; 64) # Setup 64-bit platform list - BUILD_PLATFORM_SUBDIR=("qemu/virt") - BUILD_PLATFORM_SUBDIR+=("sifive/fu540") + BUILD_PLATFORM_SUBDIR=("sifive/fu540") BUILD_PLATFORM_SUBDIR+=("nuclei/ux600") BUILD_PLATFORM_SUBDIR+=("kendryte/k210") BUILD_PLATFORM_SUBDIR+=("fpga/ariane") |