mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
As of commit [1] there will be a separate defconfig to build u-boot
for j721s2-evm and am68-sk.
Hence, introduce new yocto machine configs for am68-sk. This is done
through a new am68.inc file as the am68-sk platform does not support GP.
So j721s2-evm.inc is copied to am68.inc and updated accordingly.
[1]: a96be9b8c0
Signed-off-by: Aniket Limaye <a-limaye@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
21 lines
368 B
Plaintext
21 lines
368 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM68 SK
|
|
#@DESCRIPTION: Machine configuration for the TI AM68 SK
|
|
|
|
require conf/machine/include/am68.inc
|
|
|
|
TFA_K3_USART = "0x8"
|
|
OPTEE_K3_USART = "0x8"
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
ti/k3-am68-sk \
|
|
ti/k3-fpdlink \
|
|
ti/k3-v3link \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-am68-sk-base-board.dtb \
|
|
"
|
|
|
|
UBOOT_MACHINE = "am68_sk_a72_defconfig"
|