]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: board: ti: am6254atl_sk: fix PRELOADED_BL33_BASE
authorAnshul Dalal <anshuld@ti.com>
Wed, 12 Nov 2025 11:16:06 +0000 (16:46 +0530)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 21 Nov 2025 18:25:03 +0000 (19:25 +0100)
The SPL_TEXT_BASE for AM62x SiP is set as 0x82000000 whereas the
documentation states 0x81880000 as the PRELOADED_BL33_BASE value.

Both should match to allow TFA to jump to the address where A53 SPL has
been loaded.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
Acked-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/board/ti/am6254atl_sk.rst

index 3219c86385d3d2faa2d9f255f40edfce16ee3a27..cf58ed4c03f372c6b46cd151a30ffa4689fe7584 100644 (file)
@@ -60,7 +60,7 @@ Set the variables corresponding to this platform:
   export UBOOT_CFG_CORTEXR=am6254atl_evm_r5_defconfig
   export UBOOT_CFG_CORTEXA=am6254atl_evm_a53_defconfig
   export TFA_BOARD=lite
-  export TFA_EXTRA_ARGS="PRELOADED_BL33_BASE=0x81880000 BL32_BASE=0x80080000"
+  export TFA_EXTRA_ARGS="PRELOADED_BL33_BASE=0x82000000 BL32_BASE=0x80080000"
   export OPTEE_PLATFORM=k3-am62x
   export OPTEE_EXTRA_ARGS="CFG_TZDRAM_START=0x80080000"