From 85546a5477d470ab84922b3bc28debe127a47f05 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 23 Jul 2019 21:29:59 -0700 Subject: 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 Reviewed-by: Lukas Auer Acked-by: Anup Patel --- scripts/create-binary-archive.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index cc6d5a4..0a32709 100755 --- a/scripts/create-binary-archive.sh +++ b/scripts/create-binary-archive.sh @@ -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") -- cgit v1.2.3