diff options
author | Randolph Sapp <rs@ti.com> | 2023-02-24 10:12:17 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-02-24 08:37:42 -0600 |
commit | 9c845e6ea7a5337e858ccb51ceace481c5ea0ae3 (patch) | |
tree | 2276b5f133f0df174d86ead10a7bf5ab8c0fcb23 /meta-ti-bsp/conf/machine/include/ti33x.inc | |
parent | 38bf9791a282621bc48e9f0b9cb88748c5f331f1 (diff) | |
download | meta-ti-9c845e6ea7a5337e858ccb51ceace481c5ea0ae3.tar.gz |
meta-ti-bsp: machine: set SGX display controller alias
Set SGX display controller alias variables accordingly, as SGX has a few
different aliases across platforms.
Signed-off-by: Randolph Sapp <rs@ti.com>
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/ti33x.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti33x.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc index 24154d06..da2273e1 100644 --- a/meta-ti-bsp/conf/machine/include/ti33x.inc +++ b/meta-ti-bsp/conf/machine/include/ti33x.inc | |||
@@ -11,7 +11,10 @@ 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 | ||
14 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 16 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
17 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" | ||
15 | 18 | ||
16 | KERNEL_IMAGETYPE = "zImage" | 19 | KERNEL_IMAGETYPE = "zImage" |
17 | 20 | ||