From 804eb77f3a25c7201f00dfd56e41be5875dda2a8 Mon Sep 17 00:00:00 2001 From: Vishal Mahaveer Date: Wed, 17 Jun 2026 14:32:02 -0500 Subject: [PATCH] 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 --- .../linux/Foundational_Components/U-Boot/BG-Bootflow-K3.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/linux/Foundational_Components/U-Boot/BG-Bootflow-K3.rst b/source/linux/Foundational_Components/U-Boot/BG-Bootflow-K3.rst index 935bb53d2..57e1d6f9b 100644 --- a/source/linux/Foundational_Components/U-Boot/BG-Bootflow-K3.rst +++ b/source/linux/Foundational_Components/U-Boot/BG-Bootflow-K3.rst @@ -9,7 +9,7 @@ bootloader has to run on R5 core. In order to meet this constraint, keeping safety in picture and to have faster boot time, the software boot architecture is designed as below: -.. ifconfig:: CONFIG_part_family not in ('J7_family', 'AM64X_family', 'AM62X_family', 'AM62AX_family') +.. ifconfig:: CONFIG_part_family not in ('J7_family', 'AM64X_family', 'AM62X_family', 'AM62AX_family', 'AM62DX_family', 'AM62PX_family', 'AM62LX_family') .. code-block:: text @@ -339,7 +339,7 @@ is designed as below: | | | | | +------------------------------------------------------------------------+-----------------------+ -.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62AX', 'AM62PX', 'J722S') +.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62AX', 'AM62DX', 'AM62PX', 'J722S') .. code-block:: text