From: Fabio Estevam Date: Mon, 23 Dec 2019 12:22:53 +0000 (-0300) Subject: board/freescale/imx6-sabresd: Remove unneeded CONFIG_VIDEO_CODA fragment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=857c365fc4938d53e298d7938d5ab135bbb88a7b;p=buildroot.git board/freescale/imx6-sabresd: Remove unneeded CONFIG_VIDEO_CODA fragment Since kernel commit a5a56f07c272 ("ARM: imx_v6_v7_defconfig: Select the coda driver as module") the VPU coda driver is selected as module, so it can be safely removed from linux_qt5.fragment. Signed-off-by: Fabio Estevam Signed-off-by: Thomas Petazzoni --- diff --git a/board/freescale/imx6-sabresd/linux_qt5.fragment b/board/freescale/imx6-sabresd/linux_qt5.fragment index d4f26b163c..ffa5f63eab 100644 --- a/board/freescale/imx6-sabresd/linux_qt5.fragment +++ b/board/freescale/imx6-sabresd/linux_qt5.fragment @@ -2,4 +2,3 @@ # ondemand governor with a mainline kernel. # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y -CONFIG_VIDEO_CODA=m