summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am64xx.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-01-20 01:40:49 +0000
committerRyan Eatmon <reatmon@ti.com>2023-01-24 12:51:24 -0600
commit4033c054c0c7ca8222cc14258b79f5b29bab14b2 (patch)
treef7529e2850a174459d3b2ba607f781bbdd23714e /meta-ti-bsp/conf/machine/include/am64xx.inc
parent0942b58dab47920f6d5661017720f3e5589389d4 (diff)
downloadmeta-ti-4033c054c0c7ca8222cc14258b79f5b29bab14b2.tar.gz
conf: machine: Move TFA_BOARD and OPTEEMACHINE to the SoC level
These defines are specific to a SoC, not a SoC family (K3) nor any specific board. Move these to the SoC level for all boards to be consistent with boards already doing this correctly. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am64xx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am64xx.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc
index 7c46b630..f1a91991 100644
--- a/meta-ti-bsp/conf/machine/include/am64xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am64xx.inc
@@ -32,4 +32,5 @@ do_image_wic[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy"
32do_image_tar[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy" 32do_image_tar[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy"
33 33
34TFA_BOARD = "lite" 34TFA_BOARD = "lite"
35
35OPTEEMACHINE = "k3-am64x" 36OPTEEMACHINE = "k3-am64x"