From 84d86a144421d9ab0e99d7c521c38c8d3b6214ba Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 4 Jul 2016 15:12:21 -0300 Subject: [PATCH] linux-fslc-imx: Disable Vivante GPU support The Vivante GPU is used as kernel module for all i.MX6, by default, so the defconfig should not enable it as other SoC (as i.MX6UL and i.MX7D) uses the same defconfig and does not have the Vivante GPU. This avoids the built-in driver build for other SoCs, thus fixing a build error with GCC 6, which is hidden when using the external module. Change-Id: Ib12cfe494d75b6407eaf72c386094cc03606c7f8 Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-fslc-imx/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc-imx/defconfig b/recipes-kernel/linux/linux-fslc-imx/defconfig index 40e35b99..df7d7f4e 100644 --- a/recipes-kernel/linux/linux-fslc-imx/defconfig +++ b/recipes-kernel/linux/linux-fslc-imx/defconfig @@ -328,7 +328,6 @@ CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_ESDHC_IMX=y CONFIG_MXC_IPU=y CONFIG_MXC_IPU_V3_PRE=y -CONFIG_MXC_GPU_VIV=y CONFIG_MXC_SIM=y CONFIG_MXC_MIPI_CSI2=y CONFIG_MXC_HDMI_CEC=y -- 2.40.1