Allow K3 family devices to select R5 U-Boot defconfig

This was hardcoded to am64x_evm_r5_defconfig before, but as we
want to add more K3 family devices we need this to be configurable.
This commit is contained in:
Andrew Davis
2023-07-31 11:37:11 -05:00
committed by Igor
parent 1e0f6d960b
commit e58215203e
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ BOOTCONFIG="am64x_evm_a53_defconfig"
BOOTFS_TYPE="fat"
BOOT_FDT_FILE="ti/k3-am642-sk.dts"
BOOTSCRIPT="boot-sk-am64b.cmd:uEnv.txt"
TIBOOT3_BOOTCONFIG="am64x_evm_r5_defconfig"
TIBOOT3_FILE="tiboot3-am64x_sr2-hs-fs-evm.bin"
DEFAULT_CONSOLE="serial"
HAS_VIDEO_OUTPUT="no"

View File

@@ -51,7 +51,7 @@ function compile_k3_bootgen() {
pushd ${SRC}/cache/sources/ti-u-boot || exit
run_host_command_logged make -j$(nproc) CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm am64x_evm_r5_defconfig
run_host_command_logged make -j$(nproc) CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm ${TIBOOT3_BOOTCONFIG}
run_host_command_logged make -j$(nproc) CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm BINMAN_INDIRS=${SRC}/cache/sources/ti-linux-firmware
popd