From: Atish Patra Date: Tue, 22 Dec 2020 19:50:01 +0000 (-0800) Subject: doc: qemu-riscv: Fix opensbi build instructions X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=24c5689447f00555d78c77a3629fbec32e513ba2;p=u-boot.git doc: qemu-riscv: Fix opensbi build instructions Latest opensbi uses generic platform for Qemu. Update the build instructions. Signed-off-by: Atish Patra Reviewed-by: Bin Meng Reviewed-by: Rick Chen --- diff --git a/doc/board/emulation/qemu-riscv.rst b/doc/board/emulation/qemu-riscv.rst index 3acd40630e..4b8e104a21 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