diff mbox series

doc: qemu-riscv: Fix opensbi build instructions

Message ID 20201222195001.3966297-1-atish.patra@wdc.com
State Accepted
Commit 24c5689447f00555d78c77a3629fbec32e513ba2
Delegated to: Andes
Headers show
Series doc: qemu-riscv: Fix opensbi build instructions | expand

Commit Message

Atish Patra Dec. 22, 2020, 7:50 p.m. UTC
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(-)

Comments

Bin Meng Dec. 23, 2020, 1:21 a.m. UTC | #1
On Wed, Dec 23, 2020 at 3:50 AM Atish Patra <atish.patra@wdc.com> wrote:
>
> 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(-)
>

Reviewed-by: Bin Meng <bin.meng@windriver.com>
Rick Chen Dec. 30, 2020, 6:45 a.m. UTC | #2
> From: U-Boot [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Atish Patra
> Sent: Wednesday, December 23, 2020 3:50 AM
> To: U-Boot Mailing List
> Cc: Atish Patra; Anup Patel; Bin Meng; Heinrich Schuchardt; Jagan Teki; Marek Vasut; Simon Goldschmidt; David Abdurachmanov; Tom Rini
> Subject: [PATCH] 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>
> ---
>  doc/board/emulation/qemu-riscv.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Rick Chen <rick@andestech.com>
diff mbox series

Patch

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