Skip to content

Commit 727afeb

Browse files
ArchUsr64StaticRocket
authored andcommitted
fix(linux): U-Boot: Falcon-Mode: fix atf address names
The ATF configs were incorrectly named in the documentation, PRELOADED_BL33_BASE is actually used for the kernel address and K3_HW_CONFIG_BASE for the DTB. They were described in the opposite manner in the docs. Fixes: eb2c099 ("docs(linux): AM62AX, 62PX, 62X: add u-boot falcon mode") Signed-off-by: Anshul Dalal <[email protected]>
1 parent 98db0d7 commit 727afeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ ATF:
3939
====
4040

4141
To meet the 2MiB alignment requirement for the Linux kernel's load address,
42-
the ``K3_HW_CONFIG_BASE`` *(kernel address)* is modified to ``0x82000000``
43-
and ``PRELOADED_BL33_BASE`` *(DTB address)* is modified from the K3 default to
42+
the ``PRELOADED_BL33_BASE`` *(kernel address)* is modified to ``0x82000000``
43+
and ``K3_HW_CONFIG_BASE`` *(DTB address)* is modified from the K3 default to
4444
``0x88000000``.
4545

4646
TI-SPL:

0 commit comments

Comments
 (0)