From b6ea152df25016470f27a05af58e4fabef3c7e40 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Fri, 17 May 2019 08:49:02 -0700 Subject: docs: qemu/sifive_u: miscellaneous documentation fixes - OpenSBI build target should be: qemu/sifive_u - U-Boot config name should be: sifive_fu540_defconfig Signed-off-by: Bin Meng Reviewed-by: Atish Patra --- docs/platform/qemu_sifive_u.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/platform/qemu_sifive_u.md b/docs/platform/qemu_sifive_u.md index b3f73d6..360f58d 100644 --- a/docs/platform/qemu_sifive_u.md +++ b/docs/platform/qemu_sifive_u.md @@ -20,7 +20,7 @@ Executing on QEMU RISC-V 64bit Build: ``` -make PLATFORM=qemu/virt +make PLATFORM=qemu/sifive_u ``` Run: @@ -32,11 +32,11 @@ qemu-system-riscv64 -M sifive_u -m 256M -display none -serial stdio \ **U-Boot as a Payload** Note: the command line examples here assume that U-Boot was compiled using -the `qemu-riscv64_smode_defconfig` configuration. +the `sifive_fu540_defconfig` configuration. Build: ``` -make PLATFORM=qemu/virt FW_PAYLOAD_PATH=/u-boot.bin +make PLATFORM=qemu/sifive_u FW_PAYLOAD_PATH=/u-boot.bin ``` Run: -- cgit v1.2.3