summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Etheridge <detheridge@ti.com>2024-01-06 09:35:12 +0530
committerRyan Eatmon <reatmon@ti.com>2024-01-09 11:56:24 -0600
commit0d745e09695958a23759477f67b6905651540518 (patch)
tree64a6d9f11f7be5e3a6c41f7d6c2291e706787b55
parent9ad99ba71cce3abbcc833c1dfc4926143304b953 (diff)
downloadmeta-ti-0d745e09695958a23759477f67b6905651540518.tar.gz
meta-ti-bsp: j722s: add Rogue GPU driver to machine defintion
j722s is same GPU as am62p, need to add this into machine definition so that Rogue driver gets included in the image. Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/j722s.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j722s.inc b/meta-ti-bsp/conf/machine/include/j722s.inc
index 59f45c93..e165f51b 100644
--- a/meta-ti-bsp/conf/machine/include/j722s.inc
+++ b/meta-ti-bsp/conf/machine/include/j722s.inc
@@ -4,7 +4,7 @@ SOC_FAMILY:append = ":j722s"
4MACHINE_FEATURES += "screen gpu" 4MACHINE_FEATURES += "screen gpu"
5 5
6require conf/machine/include/mesa-pvr.inc 6require conf/machine/include/mesa-pvr.inc
7PREFERRED_PROVIDER_virtual/gpudriver ?= "" 7PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
8 8
9# Default tiboot3.bin on J722S is for HS-FS 9# Default tiboot3.bin on J722S is for HS-FS
10IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin" 10IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin"