From: Atish Patra Date: Tue, 22 Dec 2020 19:50:01 +0000 (-0800) Subject: doc: qemu-riscv: Fix opensbi build instructions X-Git-Tag: v2021.04-rc1~31^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24c5689447f00555d78c77a3629fbec32e513ba2;p=pandora-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 3acd40630ea..4b8e104a215 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