mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
The ATF "board" to use may not always be "lite" for all K3 boards so move setting this into the board level files from the K3 common settings.
16 lines
402 B
Plaintext
16 lines
402 B
Plaintext
# TI AM64 dual core 2GB 2xGBE USB3 WiFi OSPI
|
|
|
|
BOARD_NAME="SK-AM64B"
|
|
BOARDFAMILY="k3"
|
|
BOARD_MAINTAINER="glneo"
|
|
BOOTCONFIG="am64x_evm_a53_defconfig"
|
|
BOOTFS_TYPE="fat"
|
|
BOOT_FDT_FILE="ti/k3-am642-sk.dts"
|
|
TIBOOT3_BOOTCONFIG="am64x_evm_r5_defconfig"
|
|
TIBOOT3_FILE="tiboot3-am64x_sr2-hs-fs-evm.bin"
|
|
DEFAULT_CONSOLE="serial"
|
|
HAS_VIDEO_OUTPUT="no"
|
|
KERNEL_TARGET="current,edge"
|
|
SERIALCON="ttyS2"
|
|
ATF_BOARD="lite"
|