mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 12:09:15 +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>
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM64xx EVM
|
|
#@DESCRIPTION: Machine configuration for the TI AM64xx EVM
|
|
|
|
require conf/machine/include/am64xx.inc
|
|
|
|
UBOOT_MACHINE = "am64x_evm_a53_defconfig"
|