mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user