From: Anatolij Gustschin Date: Mon, 18 Mar 2019 22:29:37 +0000 (+0100) Subject: imx6: ge_bx50v3: convert to DM_VIDEO X-Git-Tag: baikal/mips/sdk5.9~1024^2~41 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=0836741ef6bd14455a7749a9c5579ae49510a355;p=uboot.git imx6: ge_bx50v3: convert to DM_VIDEO Enable DM_VIDEO in defconfig. Signed-off-by: Anatolij Gustschin --- diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index cee265dac7..1db59c7940 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -62,5 +62,5 @@ CONFIG_DM_GPIO=y CONFIG_DM_SPI=y CONFIG_DM_SPI_FLASH=y CONFIG_OF_BOARD_SETUP=y -CONFIG_VIDEO=y +CONFIG_DM_VIDEO=y CONFIG_VIDEO_IPUV3=y diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index bb4a1ccc5e..7c2d891865 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -198,12 +198,10 @@ #define CONFIG_SYS_FSL_USDHC_NUM 3 /* Framebuffer */ -#ifdef CONFIG_VIDEO #define CONFIG_HIDE_LOGO_VERSION #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP #define CONFIG_CMD_BMP -#endif #define CONFIG_PWM_IMX #define CONFIG_IMX6_PWM_PER_CLK 66000000