All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: qemu-riscv: Fix opensbi build instructions
@ 2020-12-22 19:50 Atish Patra
  2020-12-23  1:21 ` Bin Meng
       [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FB28D5576@ATCPCS16.andestech.com>
  0 siblings, 2 replies; 3+ messages in thread
From: Atish Patra @ 2020-12-22 19:50 UTC (permalink / raw)
  To: u-boot

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

Signed-off-by: Atish Patra <atish.patra@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-30  6:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22 19:50 [PATCH] doc: qemu-riscv: Fix opensbi build instructions Atish Patra
2020-12-23  1:21 ` Bin Meng
     [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FB28D5576@ATCPCS16.andestech.com>
2020-12-30  6:45   ` Rick Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.