mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-09 22:48:24 +00:00
treewide: Use conventional names for 32-bit and 64-bit
There are several places in the source tree that have: 32bit, 32 bit, 64bit, 64 bit Fix by using the conventional names with a hyphen. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Acked-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
parent
c90009aa20
commit
85546a5477
6 changed files with 15 additions and 15 deletions
|
@ -83,12 +83,12 @@ BUILD_ARCHIVE_NAME="opensbi-${BUILD_VERSION_MAJOR}.${BUILD_VERSION_MINOR}-rv${BU
|
|||
# Setup platform list
|
||||
case "${BUILD_RISCV_XLEN}" in
|
||||
32)
|
||||
# Setup 32bit platform list
|
||||
# Setup 32-bit platform list
|
||||
BUILD_PLATFORM_SUBDIR=("qemu/virt")
|
||||
BUILD_PLATFORM_SUBDIR+=("qemu/sifive_u")
|
||||
;;
|
||||
64)
|
||||
# Setup 64bit platform list
|
||||
# Setup 64-bit platform list
|
||||
BUILD_PLATFORM_SUBDIR=("qemu/virt")
|
||||
BUILD_PLATFORM_SUBDIR+=("qemu/sifive_u")
|
||||
BUILD_PLATFORM_SUBDIR+=("sifive/fu540")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue