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

From: Wig Cheng wig.cheng@technexion.com
It's due to the warning messages issue after compiled:
===================== WARNING ====================== This board does not use CONFIG_DM_VIDEO Please update the board to use CONFIG_DM_VIDEO before the v2019.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ====================================================
Enable DM_VIDEO can fix it on the stage of compilation.
Signed-off-by: Wig Cheng wig.cheng@technexion.com --- configs/pico-imx6ul_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig index 35fb02e9c8..7f7a9f7a24 100644 --- a/configs/pico-imx6ul_defconfig +++ b/configs/pico-imx6ul_defconfig @@ -74,4 +74,4 @@ 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

On Fri, Jul 31, 2020 at 3:15 AM wig.cheng@technexion.com wrote:
From: Wig Cheng wig.cheng@technexion.com
It's due to the warning messages issue after compiled:
===================== WARNING ====================== This board does not use CONFIG_DM_VIDEO Please update the board to use CONFIG_DM_VIDEO before the v2019.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ====================================================
Enable DM_VIDEO can fix it on the stage of compilation.
Signed-off-by: Wig Cheng wig.cheng@technexion.com
Reviewed-by: Fabio Estevam festevam@gmail.com

From: Wig Cheng wig.cheng@technexion.com It's due to the warning messages issue after compiled: ===================== WARNING ====================== This board does not use CONFIG_DM_VIDEO Please update the board to use CONFIG_DM_VIDEO before the v2019.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ==================================================== Enable DM_VIDEO can fix it on the stage of compilation. Signed-off-by: Wig Cheng wig.cheng@technexion.com Reviewed-by: Fabio Estevam festevam@gmail.com
Applied to u-boot-imx, master, thanks !
Best regards, Stefano Babic
participants (3)
-
Fabio Estevam
-
sbabic@denx.de
-
wig.cheng@technexion.com