diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-02-21 01:02:40 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-02-21 09:09:29 -0600 |
commit | 3529d4d4c99983f2837cf5ec8dc22b3c5c645712 (patch) | |
tree | 671db8ed204b1d724b5788d9f91186e84d08ea0f | |
parent | 117731ce71e2913ae935d870f90245817d20135c (diff) | |
download | meta-ti-3529d4d4c99983f2837cf5ec8dc22b3c5c645712.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>
-rw-r--r-- | meta-ti-bsp/conf/machine/include/omap-a15.inc | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti33x.inc | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti43x.inc | 3 |
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" | |||
10 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | 10 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" |
11 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" | 11 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" |
12 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | 12 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" |
13 | |||
14 | # Graphics providers and variables | ||
15 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 13 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
16 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" | ||
17 | 14 | ||
18 | KERNEL_IMAGETYPE = "zImage" | 15 | KERNEL_IMAGETYPE = "zImage" |
19 | KERNEL_IMAGETYPES = "zImage uImage" | 16 | KERNEL_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" | |||
11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" |
12 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" | 12 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" |
13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | 13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" |
14 | |||
15 | # Graphics providers and variables | ||
16 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 14 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
17 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" | ||
18 | 15 | ||
19 | KERNEL_IMAGETYPE = "zImage" | 16 | KERNEL_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" | |||
11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" |
12 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" | 12 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" |
13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | 13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" |
14 | |||
15 | # Graphics providers and variables | ||
16 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 14 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
17 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" | ||
18 | 15 | ||
19 | KERNEL_IMAGETYPE = "zImage" | 16 | KERNEL_IMAGETYPE = "zImage" |
20 | 17 | ||