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>
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM68 SK (R5F)
|
|
#@DESCRIPTION: Machine configuration for the TI AM68 SK (R5F core)
|
|
|
|
require conf/machine/include/k3r5.inc
|
|
|
|
SYSFW_SOC = "j721s2"
|
|
SYSFW_CONFIG = "evm"
|
|
SYSFW_SUFFIX = "hs-fs"
|
|
|
|
UBOOT_MACHINE = "am68_sk_r5_defconfig"
|