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

2020-12-29 Thread Rick Chen
> From: U-Boot [mailto:u-boot-boun...@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 
> ---
>  doc/board/emulation/qemu-riscv.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Rick Chen 


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

2020-12-22 Thread Bin Meng
On Wed, Dec 23, 2020 at 3:50 AM Atish Patra  wrote:
>
> Latest opensbi uses generic platform for Qemu. Update the build
> instructions.
>
> Signed-off-by: Atish Patra 
> ---
>  doc/board/emulation/qemu-riscv.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Bin Meng 


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

2020-12-22 Thread Atish Patra
Latest opensbi uses generic platform for Qemu. Update the build
instructions.

Signed-off-by: Atish Patra 
---
 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