mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-30 07:01:32 +01:00
doc: qemu-riscv: Fix opensbi build instructions
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>
This commit is contained in:
parent
14ea1b3635
commit
24c5689447
@ -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
|
git clone https://github.com/riscv/opensbi.git
|
||||||
cd opensbi
|
cd opensbi
|
||||||
make PLATFORM=qemu/virt
|
make PLATFORM=generic
|
||||||
|
|
||||||
See the OpenSBI documentation for full details:
|
See the OpenSBI documentation for full details:
|
||||||
https://github.com/riscv/opensbi/blob/master/docs/platform/qemu_virt.md
|
https://github.com/riscv/opensbi/blob/master/docs/platform/qemu_virt.md
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user