diff options
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index d2fe8754..a3981645 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -105,7 +105,7 @@ SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT_mx6sl = "1" | |||
105 | # Handle Vivante kernel driver setting: | 105 | # Handle Vivante kernel driver setting: |
106 | # 0 - machine does not have Vivante GPU driver support | 106 | # 0 - machine does not have Vivante GPU driver support |
107 | # 1 - machine has Vivante GPU driver support | 107 | # 1 - machine has Vivante GPU driver support |
108 | MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT ??= "${SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT}" | 108 | MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT ?= "${SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT}" |
109 | 109 | ||
110 | # mx6 GPU libraries | 110 | # mx6 GPU libraries |
111 | PREFERRED_PROVIDER_virtual/egl_mx6q ?= "imx-gpu-viv" | 111 | PREFERRED_PROVIDER_virtual/egl_mx6q ?= "imx-gpu-viv" |