Skip to content

Commit 4c82a20

Browse files
vishalmticshilwant
authored andcommitted
fix(u-boot): fix incorrect bootflow diagram in AM62D/AM62P/AM62L docs
Generic K3 bootflow diagram was inappropriately included in SoC variants where it doesn't apply. Each SoC family has its own specific boot flow sequence already documented, making this common block redundant and misleading. Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
1 parent 1ba9317 commit 4c82a20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/linux/Foundational_Components/U-Boot/BG-Bootflow-K3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bootloader has to run on R5 core. In order to meet this constraint, keeping
99
safety in picture and to have faster boot time, the software boot architecture
1010
is designed as below:
1111

12-
.. ifconfig:: CONFIG_part_family not in ('J7_family', 'AM64X_family', 'AM62X_family', 'AM62AX_family')
12+
.. ifconfig:: CONFIG_part_family not in ('J7_family', 'AM64X_family', 'AM62X_family', 'AM62AX_family', 'AM62DX_family', 'AM62PX_family', 'AM62LX_family')
1313

1414
.. code-block:: text
1515
@@ -339,7 +339,7 @@ is designed as below:
339339
| | | | |
340340
+------------------------------------------------------------------------+-----------------------+
341341
342-
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62AX', 'AM62PX', 'J722S')
342+
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62AX', 'AM62DX', 'AM62PX', 'J722S')
343343

344344
.. code-block:: text
345345

0 commit comments

Comments
 (0)