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

Fabio Estevam festevam at gmail.com
Thu Jul 30 03:15:46 CEST 2020


On Tue, Jul 28, 2020 at 11:35 PM <wig.cheng at technexion.com> wrote:
>
> 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

Why is this one needed?


More information about the U-Boot mailing list