diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2021-04-29 18:16:07 +0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2021-05-06 14:22:34 +0530 |
commit | 552f53f36088a25e2c2a51f41c13e7edae6c32e3 (patch) | |
tree | 840d14f0ae84b39672430d94d2486ac08fa27f8e /docs | |
parent | 117fb6dcb147913034fe82d0ed038fa7a05f1a1d (diff) |
docs: platform: Sort platform names
Let's sort the platform names in alphabetical order.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/generic.md | 4 |
1 files 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 |