]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: qemu-riscv: Fix opensbi build instructions
authorAtish Patra <atish.patra@wdc.com>
Tue, 22 Dec 2020 19:50:01 +0000 (11:50 -0800)
committerAndes <uboot@andestech.com>
Mon, 18 Jan 2021 03:06:20 +0000 (11:06 +0800)
Latest opensbi uses generic platform for Qemu. Update the build
instructions.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Rick Chen <rick@andestech.com>
doc/board/emulation/qemu-riscv.rst

index 3acd40630ea617ad78efd5d45d35edba806ca627..4b8e104a2151a781b48cf22f9f7e4785cdd6ecfd 100644 (file)
@@ -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