From 327ba362119a9cb36ff03575723546d8abcb5465 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Mon, 16 Mar 2020 02:43:46 -0700 Subject: [PATCH] scripts: Cover sifive/fu540 in the 32-bit build We now support building sifive/fu540 as a 32-bit platform. Add it in the 32-bit platform list of binary archive script. Signed-off-by: Bin Meng Reviewed-by: Anup Patel --- scripts/create-binary-archive.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index 4a143186..48f8a203 100755 --- a/scripts/create-binary-archive.sh +++ b/scripts/create-binary-archive.sh @@ -85,6 +85,7 @@ case "${BUILD_RISCV_XLEN}" in 32) # Setup 32-bit platform list BUILD_PLATFORM_SUBDIR=("qemu/virt") + BUILD_PLATFORM_SUBDIR+=("sifive/fu540") ;; 64) # Setup 64-bit platform list