diff options
author | Anatolij Gustschin <agust@denx.de> | 2019-03-18 23:29:37 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:09 +0200 |
commit | 0b09f7b15052bb419e318e38da453be46e5a13e5 (patch) | |
tree | 021e53177920c6de104c7110ea53019d59d09f4b /configs/ge_bx50v3_defconfig | |
parent | dda4d77f58a245919b5050412b02efc7c52cbf23 (diff) | |
download | u-boot-0b09f7b15052bb419e318e38da453be46e5a13e5.tar.gz |
imx6: ge_bx50v3: convert to DM_VIDEO
Enable DM_VIDEO in defconfig.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs/ge_bx50v3_defconfig')
-rw-r--r-- | configs/ge_bx50v3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |