Skip to content

Commit 96f5168

Browse files
committed
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 96f5168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)