Files
build/config/boards/sk-am62b.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
385 B
Plaintext

# TI AM62 quad core 2GB 2xGBE OSPI HDMI
BOARD_NAME="SK-AM62B"
BOARDFAMILY="k3"
BOARD_MAINTAINER="glneo"
BOOTCONFIG="am62x_evm_a53_defconfig"
BOOTFS_TYPE="fat"
BOOT_FDT_FILE="ti/k3-am625-sk.dts"
TIBOOT3_BOOTCONFIG="am62x_evm_r5_defconfig"
TIBOOT3_FILE="tiboot3-am62x-hs-fs-evm.bin"
DEFAULT_CONSOLE="serial"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="edge"
SERIALCON="ttyS2"
ATF_BOARD="lite"