Skip to content

Commit d5c8b7a

Browse files
ArchUsr64praneethbajjuri
authored andcommitted
docs(linux): U-Boot: Falcon-Mode: fix OSPI section
The OSPI section wasn't properly enumerated as '3.1.1.11.2.1' as first the subsection under 'Extra Configuration'. This patch moves the ifconfig guards to inside of the subsection header so it's parsed properly. Signed-off-by: Anshul Dalal <[email protected]>
1 parent d57ffcb commit d5c8b7a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

source/linux/Foundational_Components/U-Boot/UG-Falcon-Mode.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ authenticating on the R5 core.
6868
Extra Configuration
6969
*******************
7070

71-
.. ifconfig:: CONFIG_part_variant not in ('AM62AX')
71+
OSPI boot:
72+
==========
7273

73-
OSPI boot:
74-
==========
74+
.. ifconfig:: CONFIG_part_variant not in ('AM62AX')
7575

7676
For OSPI boot, the ``tiboot3.bin`` and ``tifalcon.bin`` files should be
7777
flashed to the same addresses in flash as regular boot flow but the DTB and
@@ -83,11 +83,15 @@ Extra Configuration
8383

8484
.. code-block:: console
8585
86-
=> sf probe
87-
=> tftp ${loadaddr} tiboot3.bin
88-
=> sf update $loadaddr 0x0 $filesize
89-
=> tftp ${loadaddr} tifalcon.bin
90-
=> sf update $loadaddr 0x80000 $filesize
86+
=> sf probe
87+
=> tftp ${loadaddr} tiboot3.bin
88+
=> sf update $loadaddr 0x0 $filesize
89+
=> tftp ${loadaddr} tifalcon.bin
90+
=> sf update $loadaddr 0x80000 $filesize
91+
92+
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
93+
94+
This section is not applicable for this platform.
9195

9296
eMMC Boot:
9397
==========

0 commit comments

Comments
 (0)