[U-Boot] [PATCH 07/17] imx6: ge_bx50v3: convert to DM_VIDEO
Anatolij Gustschin
agust at denx.de
Mon Mar 18 22:29:37 UTC 2019
Enable DM_VIDEO in defconfig.
Signed-off-by: Anatolij Gustschin <agust at denx.de>
---
configs/ge_bx50v3_defconfig | 2 +-
include/configs/ge_bx50v3.h | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig
index 91782b06a8..da8a5ee28d 100644
--- a/configs/ge_bx50v3_defconfig
+++ b/configs/ge_bx50v3_defconfig
@@ -60,5 +60,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 cc6a4f9bac..8762d7e095 100644
--- a/include/configs/ge_bx50v3.h
+++ b/include/configs/ge_bx50v3.h
@@ -208,12 +208,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
--
2.17.1
More information about the U-Boot
mailing list