summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti43x.inc
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2023-10-16 21:29:51 -0500
committerRyan Eatmon <reatmon@ti.com>2023-10-16 21:34:07 -0500
commit0da52974269892c73a431d1a1996ab58ec93526a (patch)
treef2437267675520e722f29dcd823f01629076b31e /meta-ti-bsp/conf/machine/include/ti43x.inc
parentb2ed1e28aee451a3f2cd9130ed5c02d7ccb238b1 (diff)
downloadmeta-ti-0da52974269892c73a431d1a1996ab58ec93526a.tar.gz
machine: include: enable sgx on tested platforms
Enable SGX Graphics on the currently tested platforms. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti43x.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti43x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc
index ea5d1505..c70a8363 100644
--- a/meta-ti-bsp/conf/machine/include/ti43x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti43x.inc
@@ -14,7 +14,7 @@ PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
14 14
15# Graphics providers and variables 15# Graphics providers and variables
16require conf/machine/include/mesa-pvr.inc 16require conf/machine/include/mesa-pvr.inc
17PREFERRED_PROVIDER_virtual/gpudriver ?= "" 17PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
18PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" 18PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm"
19 19
20KERNEL_IMAGETYPE = "zImage" 20KERNEL_IMAGETYPE = "zImage"