[PATCH] doc: qemu-riscv: Fix opensbi build instructions

Atish Patra atish.patra at wdc.com
Tue Dec 22 20:50:01 CET 2020


Latest opensbi uses generic platform for Qemu. Update the build
instructions.

Signed-off-by: Atish Patra <atish.patra at wdc.com>
---
 doc/board/emulation/qemu-riscv.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/board/emulation/qemu-riscv.rst b/doc/board/emulation/qemu-riscv.rst
index 3acd40630ea6..4b8e104a2151 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
-- 
2.25.1



More information about the U-Boot mailing list