Skip to content

Commit ab143a1

Browse files
kwillis01jeevantelukula
authored andcommitted
fix(U-Boot): fix bl1 and bl31 to have the correct TFA path
When building TFA for AM62L, the bl1.bin and bl31.bin files are in the am62l/release/ directory instead of the lite/releases/ directory. Fix the lite directory to be the am62l directory. Signed-off-by: Kendall Willis <[email protected]>
1 parent 7c613b6 commit ab143a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/linux/Foundational_Components/U-Boot/UG-General-Info.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,8 @@ Build U-Boot
678678
679679
$ make CROSS_COMPILE="$CROSS_COMPILE_64" am62lx_evm_defconfig
680680
$ make CROSS_COMPILE="$CROSS_COMPILE_64" \
681-
BL1=$TFA_DIR/build/k3/lite/release/bl1.bin \
682-
BL31=$TFA_DIR/build/k3/lite/release/bl31.bin \
681+
BL1=$TFA_DIR/build/k3/am62l/release/bl1.bin \
682+
BL31=$TFA_DIR/build/k3/am62l/release/bl31.bin \
683683
BINMAN_INDIRS=$TI_LINUX_FW_DIR
684684
685685
.. ifconfig:: CONFIG_part_variant not in ('AM64X', 'AM62X', 'AM62AX', 'AM62LX')

0 commit comments

Comments
 (0)