Files
build/config/boards/sk-am64b.conf
Andrew Davis 84af8cf4cb K3: Move setting ATF_BOARD into board config files
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.
2023-09-06 13:06:25 +02:00

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"