mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-21 12:29:17 +00:00
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>
This commit is contained in:
parent
72a0628c7e
commit
327ba36211
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue