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
385 B
Plaintext
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"
|