From: Anatolij Gustschin Date: Sun, 18 Oct 2020 17:32:06 +0000 (+0200) Subject: sansa_fuze_plus: disable obsolete VIDEO config X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=23106209604be000940d7259f2f4d852451f573d;p=u-boot.git sansa_fuze_plus: 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/sansa_fuze_plus_defconfig b/configs/sansa_fuze_plus_defconfig index 0c3296046f..7a41f990bf 100644 --- a/configs/sansa_fuze_plus_defconfig +++ b/configs/sansa_fuze_plus_defconfig @@ -44,5 +44,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