summaryrefslogtreecommitdiff
path: root/doc/board
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2020-12-22 11:50:01 -0800
committerAndes <uboot@andestech.com>2021-01-18 11:06:20 +0800
commit24c5689447f00555d78c77a3629fbec32e513ba2 (patch)
tree00df64eedbfcbeaf08ea625fdf4b48754bdf3b71 /doc/board
parent14ea1b3635b4af8d9e283e3671f7ee872d50b859 (diff)
doc: qemu-riscv: Fix opensbi build instructions
Latest opensbi uses generic platform for Qemu. Update the build instructions. Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'doc/board')
-rw-r--r--doc/board/emulation/qemu-riscv.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/board/emulation/qemu-riscv.rst b/doc/board/emulation/qemu-riscv.rst
index 3acd40630ea..4b8e104a215 100644
--- a/doc/board/emulation/qemu-riscv.rst
+++ b/doc/board/emulation/qemu-riscv.rst
@@ -73,7 +73,7 @@ supported by U-Boot. Clone the OpenSBI repository and run the following command.
git clone https://github.com/riscv/opensbi.git
cd opensbi
- make PLATFORM=qemu/virt
+ make PLATFORM=generic
See the OpenSBI documentation for full details:
https://github.com/riscv/opensbi/blob/master/docs/platform/qemu_virt.md