diff options
author | Nishanth Menon | 2023-08-22 11:41:02 -0500 |
---|---|---|
committer | Heinrich Schuchardt | 2023-08-23 08:03:00 +0200 |
commit | bfffc81b4c2b49666ece620ee3bc65fada9ed6eb (patch) | |
tree | 025e41fc449cc41bc21ca3fc9db7d8740a80fdc2 /doc/board/ti | |
parent | e21a2ed33fb84ab9d202d430b41f2e4fe348db4c (diff) |
doc: board: ti: am62x: Fix build step numbering
Fix up build step numbering.
Fixes: c727b81d6530 ("doc: board: ti: k3: Reuse build instructions")
Signed-off-by: Nishanth Menon <nm@ti.com>
Revieed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/board/ti')
-rw-r--r-- | doc/board/ti/am62x_sk.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/ti/am62x_sk.rst b/doc/board/ti/am62x_sk.rst index 42b37f9c76f..d7437c6d22f 100644 --- a/doc/board/ti/am62x_sk.rst +++ b/doc/board/ti/am62x_sk.rst @@ -103,13 +103,13 @@ Set the variables corresponding to this platform: 3. U-Boot: -* 4.1 R5: +* 3.1 R5: .. include:: ../ti/k3.rst :start-after: .. k3_rst_include_start_build_steps_spl_r5 :end-before: .. k3_rst_include_end_build_steps_spl_r5 -* 4.2 A53: +* 3.2 A53: .. include:: ../ti/k3.rst :start-after: .. k3_rst_include_start_build_steps_uboot |