summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2020-05-01 09:36:56 +0300
committerAnup Patel <anup@brainfault.org>2020-05-04 07:39:23 +0300
commit13717a8e53a382769e9678f6d9357c20446cde0c (patch)
treec8f2cf26d55e8078ba6f8a13d28663e0fea99fc1 /README.md
parent4f18c6e55049d858c62e87d2605dd41c06956e4e (diff)
downloadopensbi-13717a8e53a382769e9678f6d9357c20446cde0c.tar.xz
platform: Remove qemu/virt directory
The OpenSBI generic platform works perfectly fine on the QEMU virt machine so let's remove dedicated QEMU virt machine platform from OpenSBI. All QEMU virt machine related documentation in OpenSBI will now suggest using OpenSBI generic platform. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d58bc4e..2395012 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ line, the platform-specific static library *libplatsbi.a* and firmware examples
are built for the platform *<platform_subdir>* present in the directory
*platform* in the OpenSBI top directory. For example, to compile the platform
library and the firmware examples for the QEMU RISC-V *virt* machine,
-*<platform_subdir>* should be *qemu/virt*.
+*<platform_subdir>* should be *generic*.
To build *libsbi.a*, *libplatsbi.a* and the firmware for one of the supported
platforms, run: