summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Harvey <[email protected]>2021-09-29 15:04:20 -0700
committerStefano Babic <[email protected]>2021-10-07 16:53:50 +0200
commitd75ebf3482c3feb0f7e11a469f7d2766ca7b099a (patch)
tree108666041253d5c395d9f883cadfc4d64dad34ce /include
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 <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/gw_ventana.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index 3f6afc1646f..170d6a7bf0a 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -107,6 +107,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS_COMMON \
"splashpos=m,m\0" \
+ "splashimage=" __stringify(CONFIG_LOADADDR) "\0" \
"usb_pgood_delay=2000\0" \
"console=ttymxc1\0" \
"bootdevs=usb mmc sata flash\0" \