diff options
| author | Bin Meng <[email protected]> | 2021-04-29 18:16:07 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 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 <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
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 8c3b0dd0..e0bf8fe6 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 |
