mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-27 15:09:10 +00:00
IMAGE type and dependencies can easily be centralized to SoC include file. This is necessary to make sure that we don't do the duplication and having multiple places to fix up. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM64xx SK
|
|
#@DESCRIPTION: Machine configuration for the TI AM64xx SK board
|
|
|
|
require conf/machine/include/am64xx.inc
|
|
|
|
UBOOT_MACHINE = "am64x_sk_a53_defconfig"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-am642-sk.dtb \
|
|
"
|