summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-02-21 01:02:39 +0000
committerRyan Eatmon <reatmon@ti.com>2023-02-21 09:03:43 -0600
commit92adfccf9d593a19f880439715139f8c9beba254 (patch)
treed1d717721ba5a72f3ddb184df3f888486fe98b9b /meta-ti-bsp/conf/machine/include
parent5ae790999e762063446ec4623693eecd8ecd6be9 (diff)
downloadmeta-ti-92adfccf9d593a19f880439715139f8c9beba254.tar.gz
Revert "conf: machine: Fallback to software rendering"
Merged by accident. This reverts commit 5ae790999e762063446ec4623693eecd8ecd6be9. 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')
-rw-r--r--meta-ti-bsp/conf/machine/include/am65xx.inc2
-rw-r--r--meta-ti-bsp/conf/machine/include/omap-a15.inc2
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc2
-rw-r--r--meta-ti-bsp/conf/machine/include/ti43x.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc
index 9edafb2c..385bb164 100644
--- a/meta-ti-bsp/conf/machine/include/am65xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am65xx.inc
@@ -6,7 +6,7 @@ MACHINE_FEATURES += "screen touchscreen"
6SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" 6SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8 8
9PREFERRED_PROVIDER_virtual/gpudriver ?= "" 9PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
10 10
11KERNEL_DEVICETREE = " \ 11KERNEL_DEVICETREE = " \
12 ti/k3-am654-base-board.dtb \ 12 ti/k3-am654-base-board.dtb \
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc
index 2e76da60..e5349134 100644
--- a/meta-ti-bsp/conf/machine/include/omap-a15.inc
+++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc
@@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
12PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 12PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
13 13
14# Graphics providers and variables 14# Graphics providers and variables
15PREFERRED_PROVIDER_virtual/gpudriver ?= "" 15PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
16PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" 16PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm"
17 17
18KERNEL_IMAGETYPE = "zImage" 18KERNEL_IMAGETYPE = "zImage"
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index c793c830..97c7d3c8 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -13,7 +13,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
14 14
15# Graphics providers and variables 15# Graphics providers and variables
16PREFERRED_PROVIDER_virtual/gpudriver ?= "" 16PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
17PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" 17PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc"
18 18
19KERNEL_IMAGETYPE = "zImage" 19KERNEL_IMAGETYPE = "zImage"
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc
index f894b4b5..ddd430d5 100644
--- a/meta-ti-bsp/conf/machine/include/ti43x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti43x.inc
@@ -13,7 +13,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
14 14
15# Graphics providers and variables 15# Graphics providers and variables
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"