From 24c5689447f00555d78c77a3629fbec32e513ba2 Mon Sep 17 00:00:00 2001 From: Atish Patra Date: Tue, 22 Dec 2020 11:50:01 -0800 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 Reviewed-by: Bin Meng Reviewed-by: Rick Chen --- 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 3acd406..4b8e104 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.7.4