diff options
author | Nishanth Menon <nm@ti.com> | 2023-08-22 11:41:03 -0500 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-09-02 06:14:34 +0200 |
commit | edd8149cc686f749c51fafcfbb7802da73b42aea (patch) | |
tree | 0e9aaa934ef1c0668eb47e7102d16198d4fa61bb /doc | |
parent | 4aacfffda10c9786b7997183037cf32def5c39c3 (diff) | |
download | u-boot-edd8149cc686f749c51fafcfbb7802da73b42aea.zip u-boot-edd8149cc686f749c51fafcfbb7802da73b42aea.tar.gz u-boot-edd8149cc686f749c51fafcfbb7802da73b42aea.tar.bz2 |
doc: board: ti: am64x: Fix build step numbering
Fix up build step numbering.
Fixes: 4bf49bade124 ("doc: board: ti: am64: Add boot flow diagram")
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/board/ti/am64x_evm.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/ti/am64x_evm.rst b/doc/board/ti/am64x_evm.rst index 01e536d..db27461 100644 --- a/doc/board/ti/am64x_evm.rst +++ b/doc/board/ti/am64x_evm.rst @@ -93,13 +93,13 @@ Set the variables corresponding to this platform: 3. U-Boot: -* 4.1 R5: +* 3.1 R5: .. include:: 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:: k3.rst :start-after: .. k3_rst_include_start_build_steps_uboot |