mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-25 05:59:06 +00:00
Remove duplicate machine-specific redefines of UBOOT_BINARY, UBOOT_IMAGE and UBOOT_SYMLINK variables, as they are already defined with same values in the common k3r5.inc file. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Reviewed-by: Nishanth Menon <nm@ti.com>
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J7200 EVM (R5F)
|
|
#@DESCRIPTION: Machine configuration for the TI J7200 EVM (R5F core)
|
|
|
|
require conf/machine/include/k3r5.inc
|
|
|
|
SYSFW_SOC = "j7200"
|
|
SYSFW_CONFIG = "evm"
|
|
SYSFW_SUFFIX = "gp"
|
|
|
|
UBOOT_MACHINE = "j7200_evm_r5_defconfig"
|