summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/j721s2.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-05-05 17:44:18 +0000
committerRyan Eatmon <reatmon@ti.com>2022-05-05 14:22:22 -0500
commita9327edb03815883ee78d547eb4011bc4b7f4439 (patch)
tree22aac030401eae406fcd5b122fcd1bc59c72555d /meta-ti-bsp/conf/machine/include/j721s2.inc
parent8e8c7de0b43c8634cd60161e62252b60f9f6a0d6 (diff)
downloadmeta-ti-a9327edb03815883ee78d547eb4011bc4b7f4439.tar.gz
am62xx, j721s2: move "gpu" machine feature from machine to soc config
In most cases machine features should be set in the corresponding SoC config to be applicable to different machine variants, like GP, HS or custom board. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/j721s2.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/j721s2.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j721s2.inc b/meta-ti-bsp/conf/machine/include/j721s2.inc
index 113f86c4..06654179 100644
--- a/meta-ti-bsp/conf/machine/include/j721s2.inc
+++ b/meta-ti-bsp/conf/machine/include/j721s2.inc
@@ -1,2 +1,4 @@
1require conf/machine/include/j7.inc 1require conf/machine/include/j7.inc
2SOC_FAMILY:append = ":j721s2" 2SOC_FAMILY:append = ":j721s2"
3
4MACHINE_FEATURES += "gpu"