[PATCH 1/3] docs: platform: Sort platform names

Bin Meng bmeng.cn at gmail.com
Thu Apr 29 11:16:07 BST 2021


Let's sort the platform names in alphabetical order.

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---

 docs/platform/generic.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/platform/generic.md b/docs/platform/generic.md
index 8c3b0dd..e0bf8fe 100644
--- a/docs/platform/generic.md
+++ b/docs/platform/generic.md
@@ -46,11 +46,11 @@ RISC-V Platforms Using Generic Platform
 ---------------------------------------
 
 * **QEMU RISC-V Virt Machine** (*[qemu_virt.md]*)
-* **Spike** (*[spike.md]*)
 * **Shakti C-class SoC Platform** (*[shakti_cclass.md]*)
+* **Spike** (*[spike.md]*)
 * **T-HEAD C9xx series Processors** (*[thead-c9xx.md]*)
 
 [qemu_virt.md]: qemu_virt.md
-[spike.md]: spike.md
 [shakti_cclass.md]: shakti_cclass.md
+[spike.md]: spike.md
 [thead-c9xx.md]: thead-c9xx.md
-- 
2.25.1




More information about the opensbi mailing list