summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-02-21 01:02:40 +0000
committerRyan Eatmon <reatmon@ti.com>2023-02-21 09:03:43 -0600
commit9f5db9c7134cd4902a5efc070ef121bb23645a4f (patch)
tree33b5d4094417852db3873b08c644ee92c747e514 /meta-ti-bsp/conf/machine/include
parent92adfccf9d593a19f880439715139f8c9beba254 (diff)
downloadmeta-ti-9f5db9c7134cd4902a5efc070ef121bb23645a4f.tar.gz
Revert "meta-ti-bsp: machine: Attempt to update DC alias"
Merged by accident. This reverts commit 0dd6a86b9a20bc1117d19bec3e642602b6c54b8c. 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/omap-a15.inc3
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc3
-rw-r--r--meta-ti-bsp/conf/machine/include/ti43x.inc3
3 files changed, 0 insertions, 9 deletions
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc
index e5349134..efa33a10 100644
--- a/meta-ti-bsp/conf/machine/include/omap-a15.inc
+++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc
@@ -10,10 +10,7 @@ MACHINE_KERNEL_PR = "r7"
10PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" 10PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
11PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" 11PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
12PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 12PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
13
14# Graphics providers and variables
15PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 13PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
16PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm"
17 14
18KERNEL_IMAGETYPE = "zImage" 15KERNEL_IMAGETYPE = "zImage"
19KERNEL_IMAGETYPES = "zImage uImage" 16KERNEL_IMAGETYPES = "zImage uImage"
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index 97c7d3c8..e2f75359 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -11,10 +11,7 @@ MACHINE_KERNEL_PR = "r22"
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" 11PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
12PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" 12PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
14
15# Graphics providers and variables
16PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 14PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
17PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc"
18 15
19KERNEL_IMAGETYPE = "zImage" 16KERNEL_IMAGETYPE = "zImage"
20 17
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc
index ddd430d5..e9999910 100644
--- a/meta-ti-bsp/conf/machine/include/ti43x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti43x.inc
@@ -11,10 +11,7 @@ MACHINE_KERNEL_PR = "r3"
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" 11PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
12PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" 12PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
14
15# Graphics providers and variables
16PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 14PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
17PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm"
18 15
19KERNEL_IMAGETYPE = "zImage" 16KERNEL_IMAGETYPE = "zImage"
20 17