Skip to content

Commit e9b852c

Browse files
jsuhaas22StaticRocket
authored andcommitted
fix: linux: Fix BL1 and BL31 path in U-Boot command for AM62L
The TARGET_BOARD in the ATF `make` command is `am62l`, not `lite`. But in U-Boot build command for AM62L, BL1 and BL31 paths contain `lite`, not `am62l`. Fix this. Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
1 parent c857e5b commit e9b852c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/linux/Foundational_Components/U-Boot/BG-Build-K3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ Go :ref:`here <download-and-install-sdk>` to download and install the SDK.
463463
$ cd $UBOOT_DIR
464464
$ make CROSS_COMPILE="$CROSS_COMPILE_64" am62lx_evm_defconfig
465465
$ make CROSS_COMPILE="$CROSS_COMPILE_64" \
466-
BL1=$TFA_DIR/build/k3/lite/release/bl1.bin \
467-
BL31=$TFA_DIR/build/k3/lite/release/bl31.bin \
466+
BL1=$TFA_DIR/build/k3/am62l/release/bl1.bin \
467+
BL31=$TFA_DIR/build/k3/am62l/release/bl31.bin \
468468
BINMAN_INDIRS=$TI_LINUX_FW_DIR
469469
470470
.. ifconfig:: CONFIG_part_variant not in ('AM64X', 'AM62X', 'AM62AX', 'AM62LX')

0 commit comments

Comments
 (0)