summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2019-07-24 07:29:59 +0300
committerAnup Patel <anup.patel@wdc.com>2019-07-25 06:44:58 +0300
commit85546a5477d470ab84922b3bc28debe127a47f05 (patch)
tree3e0827c775fc3b302832e6ccbc4843cf1cb8a0a0 /docs
parentc90009aa2087eb690e6cb6e7d6d73e3c63de87c3 (diff)
downloadopensbi-85546a5477d470ab84922b3bc28debe127a47f05.tar.xz
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/platform/qemu_sifive_u.md4
-rw-r--r--docs/platform/qemu_virt.md8
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/platform/qemu_sifive_u.md b/docs/platform/qemu_sifive_u.md
index 360f58d..48b30e4 100644
--- a/docs/platform/qemu_sifive_u.md
+++ b/docs/platform/qemu_sifive_u.md
@@ -13,8 +13,8 @@ Platform Options
The *QEMU SiFive Unleashed Machine* platform does not have any platform specific
options.
-Executing on QEMU RISC-V 64bit
-------------------------------
+Executing on QEMU RISC-V 64-bit
+-------------------------------
**No Payload Case**
diff --git a/docs/platform/qemu_virt.md b/docs/platform/qemu_virt.md
index 27efeab..12204e4 100644
--- a/docs/platform/qemu_virt.md
+++ b/docs/platform/qemu_virt.md
@@ -15,8 +15,8 @@ Platform Options
The *QEMU RISC-V Virt Machine* platform does not have any platform-specific
options.
-Execution on QEMU RISC-V 64bit
-------------------------------
+Execution on QEMU RISC-V 64-bit
+-------------------------------
**No Payload Case**
@@ -82,8 +82,8 @@ qemu-system-riscv64 -M virt -m 256M -nographic \
```
-Execution on QEMU RISC-V 32bit
-------------------------------
+Execution on QEMU RISC-V 32-bit
+-------------------------------
**No Payload Case**