diff options
author | Tim Harvey | 2021-09-29 15:04:20 -0700 |
---|---|---|
committer | Stefano Babic | 2021-10-07 16:53:50 +0200 |
commit | d75ebf3482c3feb0f7e11a469f7d2766ca7b099a (patch) | |
tree | 108666041253d5c395d9f883cadfc4d64dad34ce /configs/gwventana_gw5904_defconfig | |
parent | a0040df98a62b07d010d482beb9b4af77a821392 (diff) |
imx: ventana: fix splash logo drawing
After mxc_ipuv3 DM_VIDEO conversion showing splash image
doesn't work. Fix this by adding new requirements:
- splashimage env variable.
- CONFIG_SPLASH_SCREEN
- CONFIG_CMD_BMP
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/gwventana_gw5904_defconfig')
-rw-r--r-- | configs/gwventana_gw5904_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/gwventana_gw5904_defconfig b/configs/gwventana_gw5904_defconfig index 543ac2fd8b4..5d9db220fd5 100644 --- a/configs/gwventana_gw5904_defconfig +++ b/configs/gwventana_gw5904_defconfig @@ -61,6 +61,7 @@ CONFIG_CMD_WDT=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y +CONFIG_CMD_BMP=y CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y CONFIG_CMD_EXT2=y @@ -149,6 +150,8 @@ CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y # CONFIG_PANEL is not set CONFIG_VIDEO_IPUV3=y +CONFIG_SPLASH_SCREEN=y +CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_WATCHDOG_TIMEOUT_MSECS=60000 CONFIG_IMX_WATCHDOG=y CONFIG_FDT_FIXUP_PARTITIONS=y |