summaryrefslogtreecommitdiff
path: root/configs/gwventana_nand_defconfig
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-09-29 15:04:20 -0700
committerStefano Babic <sbabic@denx.de>2021-10-07 16:53:50 +0200
commitd75ebf3482c3feb0f7e11a469f7d2766ca7b099a (patch)
tree108666041253d5c395d9f883cadfc4d64dad34ce /configs/gwventana_nand_defconfig
parenta0040df98a62b07d010d482beb9b4af77a821392 (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_nand_defconfig')
-rw-r--r--configs/gwventana_nand_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig
index c79e2d75cf..8e30eea208 100644
--- a/configs/gwventana_nand_defconfig
+++ b/configs/gwventana_nand_defconfig
@@ -64,6 +64,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
@@ -153,6 +154,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