From: Anatolij Gustschin Date: Sun, 18 Oct 2020 16:36:23 +0000 (+0200) Subject: xfi3: disable obsolete VIDEO config X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=8ea854a5cc0b312b6da2a4e4fabdcbb5e2da9fc8;p=u-boot.git xfi3: disable obsolete VIDEO config DM_VIDEO conversion deadline has passed, disable VIDEO config. Signed-off-by: Anatolij Gustschin Cc: Marek Vasut --- diff --git a/configs/xfi3_defconfig b/configs/xfi3_defconfig index a943354903..9d895f87e6 100644 --- a/configs/xfi3_defconfig +++ b/configs/xfi3_defconfig @@ -41,5 +41,5 @@ CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_ETHER=y CONFIG_USB_ETH_CDC=y -CONFIG_VIDEO=y +# CONFIG_VIDEO is not set CONFIG_OF_LIBFDT=y