mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-27 09:02:20 +00:00
imx6: wandboard: convert to DM_VIDEO
Enable DM_VIDEO in defconfig. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
68559dd42d
commit
f99cd5a787
2 changed files with 1 additions and 3 deletions
|
@ -47,6 +47,6 @@ CONFIG_PINCTRL_IMX6=y
|
|||
CONFIG_DM_THERMAL=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_DM_USB=y
|
||||
CONFIG_VIDEO=y
|
||||
CONFIG_DM_VIDEO=y
|
||||
CONFIG_VIDEO_IPUV3=y
|
||||
# CONFIG_VIDEO_SW_CURSOR is not set
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
#define CONFIG_PHY_ATHEROS
|
||||
|
||||
/* Framebuffer */
|
||||
#ifdef CONFIG_VIDEO
|
||||
#define CONFIG_VIDEO_BMP_RLE8
|
||||
#define CONFIG_SPLASH_SCREEN
|
||||
#define CONFIG_SPLASH_SCREEN_ALIGN
|
||||
|
@ -72,7 +71,6 @@
|
|||
#define CONFIG_VIDEO_BMP_LOGO
|
||||
#define CONFIG_IMX_HDMI
|
||||
#define CONFIG_IMX_VIDEO_SKIP
|
||||
#endif
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"console=ttymxc0\0" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue