diff options
| author | Nishanth Menon <[email protected]> | 2023-07-27 13:59:01 -0500 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-07-28 11:36:38 +0200 |
| commit | 5c86c57f9d857740acb85f9ab16cb16748d890cc (patch) | |
| tree | 63b2eb0af1e1c3ffc200d205af77f03a5159233e | |
| parent | 08df746dd146c7d106110718d42ec34b21763403 (diff) | |
doc: board: ti: k3: Sort the boards in alphabetical order
Keep the boards sorted in alphabetical order.
Signed-off-by: Nishanth Menon <[email protected]>
| -rw-r--r-- | doc/board/ti/k3.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/ti/k3.rst b/doc/board/ti/k3.rst index 7933c955e07..eb1896b06cd 100644 --- a/doc/board/ti/k3.rst +++ b/doc/board/ti/k3.rst @@ -30,10 +30,10 @@ K3 Based SoCs .. toctree:: :maxdepth: 1 - j721e_evm - j7200_evm am62x_sk am65x_evm + j7200_evm + j721e_evm Boot Flow Overview ------------------ |
