From: Atish Patra Date: Tue, 22 Dec 2020 19:50:01 +0000 (-0800) Subject: doc: qemu-riscv: Fix opensbi build instructions X-Git-Tag: baikal/mips/sdk5.9~34^2^2~240^2~10 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=c381716ad29bedab4bd13bd6cfd5ff2b1f534307;p=uboot.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