summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/omap-a15.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/omap-a15.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/omap-a15.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/omap-a15.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc
index c9d16f3c..c1eb659b 100644
--- a/meta-ti-bsp/conf/machine/include/omap-a15.inc
+++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc
@@ -13,7 +13,7 @@ PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
13 13
14# Graphics providers and variables 14# Graphics providers and variables
15require conf/machine/include/mesa-pvr.inc 15require conf/machine/include/mesa-pvr.inc
16PREFERRED_PROVIDER_virtual/gpudriver ?= "" 16PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
17PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" 17PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm"
18 18
19KERNEL_IMAGETYPE = "zImage" 19KERNEL_IMAGETYPE = "zImage"