summaryrefslogtreecommitdiff
path: root/docs/platform
diff options
context:
space:
mode:
authorBin Meng <[email protected]>2019-05-17 08:49:02 -0700
committerAnup Patel <[email protected]>2019-05-30 22:37:31 +0530
commitb6ea152df25016470f27a05af58e4fabef3c7e40 (patch)
tree563435c45ac81a87f05e2d84c815e7af22ee9edb /docs/platform
parent2b80945ac7e64b90a9d28e05f59341f88db16030 (diff)
docs: qemu/sifive_u: miscellaneous documentation fixes
- OpenSBI build target should be: qemu/sifive_u - U-Boot config name should be: sifive_fu540_defconfig Signed-off-by: Bin Meng <[email protected]> Reviewed-by: Atish Patra <[email protected]>
Diffstat (limited to 'docs/platform')
-rw-r--r--docs/platform/qemu_sifive_u.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/platform/qemu_sifive_u.md b/docs/platform/qemu_sifive_u.md
index b3f73d63..360f58d6 100644
--- a/docs/platform/qemu_sifive_u.md
+++ b/docs/platform/qemu_sifive_u.md
@@ -20,7 +20,7 @@ Executing on QEMU RISC-V 64bit
Build:
```
-make PLATFORM=qemu/virt
+make PLATFORM=qemu/sifive_u
```
Run:
@@ -32,11 +32,11 @@ qemu-system-riscv64 -M sifive_u -m 256M -display none -serial stdio \
**U-Boot as a Payload**
Note: the command line examples here assume that U-Boot was compiled using
-the `qemu-riscv64_smode_defconfig` configuration.
+the `sifive_fu540_defconfig` configuration.
Build:
```
-make PLATFORM=qemu/virt FW_PAYLOAD_PATH=<uboot_build_directory>/u-boot.bin
+make PLATFORM=qemu/sifive_u FW_PAYLOAD_PATH=<uboot_build_directory>/u-boot.bin
```
Run: