summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/am64xx.inc
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-04-01 05:57:34 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-31 21:44:57 -0500
commit6d4a13deb0ce2398e032c6a4d7035bbf953375ab (patch)
tree5fa27f92e45f6a703929b4afbd0828ed57fac067 /conf/machine/include/am64xx.inc
parentfbbeea534411c449779b918a57b50c65559feb8a (diff)
downloadmeta-ti-6d4a13deb0ce2398e032c6a4d7035bbf953375ab.tar.gz
conf/machine: am64xx: Consolidate image configuration to SoC include
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>
Diffstat (limited to 'conf/machine/include/am64xx.inc')
-rw-r--r--conf/machine/include/am64xx.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
index 20441d8a..56d01502 100644
--- a/conf/machine/include/am64xx.inc
+++ b/conf/machine/include/am64xx.inc
@@ -10,6 +10,10 @@ KERNEL_DEVICETREE = " \
10 ti/k3-am642-evm.dtb \ 10 ti/k3-am642-evm.dtb \
11" 11"
12 12
13IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
14do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
15do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
16
13TFA_BOARD = "lite" 17TFA_BOARD = "lite"
14OPTEEMACHINE = "k3-am65x" 18OPTEEMACHINE = "k3-am65x"
15OPTEEOUTPUTMACHINE = "k3" 19OPTEEOUTPUTMACHINE = "k3"