summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnshul Dalal <[email protected]>2025-11-12 16:46:06 +0530
committerHeinrich Schuchardt <[email protected]>2025-11-21 19:25:03 +0100
commita1f1a41b1366db728716496a37668b1c2cd39f83 (patch)
tree543f5c6b2bb012c19d434fa4c4a5b483b121cd02
parent767d21e619688538adc99aa6c5d0f8e2d2f7addc (diff)
doc: board: ti: am6254atl_sk: fix PRELOADED_BL33_BASE
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 <[email protected]> Acked-by: Heinrich Schuchardt <[email protected]>
-rw-r--r--doc/board/ti/am6254atl_sk.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/board/ti/am6254atl_sk.rst b/doc/board/ti/am6254atl_sk.rst
index 3219c86385d..cf58ed4c03f 100644
--- a/doc/board/ti/am6254atl_sk.rst
+++ b/doc/board/ti/am6254atl_sk.rst
@@ -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"