diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2020-03-16 02:43:46 -0700 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-03-17 10:32:08 +0530 |
commit | 327ba362119a9cb36ff03575723546d8abcb5465 (patch) | |
tree | a0c3829c553c678ce381e5e5df17d4190fb1cecc /scripts | |
parent | 72a0628c7e8063f1e6c02541cbd459eff617dd07 (diff) |
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 <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'scripts')
-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 4a14318..48f8a20 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 |