mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 15:31:22 +01: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:
@@ -85,6 +85,7 @@ case "${BUILD_RISCV_XLEN}" in
|
|||||||
32)
|
32)
|
||||||
# Setup 32-bit platform list
|
# Setup 32-bit platform list
|
||||||
BUILD_PLATFORM_SUBDIR=("qemu/virt")
|
BUILD_PLATFORM_SUBDIR=("qemu/virt")
|
||||||
|
BUILD_PLATFORM_SUBDIR+=("sifive/fu540")
|
||||||
;;
|
;;
|
||||||
64)
|
64)
|
||||||
# Setup 64-bit platform list
|
# Setup 64-bit platform list
|
||||||
|
Reference in New Issue
Block a user