[PATCH v1 2/3] configs: pico-imx6ul: convert DM_VIDEO

wig.cheng at technexion.com wig.cheng at technexion.com
Wed Jul 29 04:35:38 CEST 2020


From: Wig Cheng <wig.cheng at technexion.com>

Fix compile warning messages.

Signed-off-by: Wig Cheng <wig.cheng at technexion.com>
---
 configs/pico-imx6ul_defconfig | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig
index e8cbf3bc1e..f02d370b7d 100644
--- a/configs/pico-imx6ul_defconfig
+++ b/configs/pico-imx6ul_defconfig
@@ -75,4 +75,8 @@ CONFIG_USB_GADGET_MANUFACTURER="FSL"
 CONFIG_USB_GADGET_VENDOR_NUM=0x0525
 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
 CONFIG_CI_UDC=y
-CONFIG_VIDEO=y
+CONFIG_DM_VIDEO=y
+CONFIG_VIDEO_PCI_DEFAULT_FB_SIZE=0x0
+# CONFIG_CMD_VIDCONSOLE is not set
+# CONFIG_VIDEO_BPP8 is not set
+# CONFIG_VIDEO_BPP16 is not set
-- 
2.17.1



More information about the U-Boot mailing list