aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2019-09-18 16:55:49 +0200
committerAnatolij Gustschin <agust@denx.de>2019-09-21 10:12:55 +0200
commitb2ec22b52d6c1541cabf7103a098e6c80f27637b (patch)
tree26f9923fd745ff6a4498604036e5c739f8f133ff /include/configs
parent7600d62eafb2a0083f827a843fb277e3a561a237 (diff)
downloadu-boot-b2ec22b52d6c1541cabf7103a098e6c80f27637b.zip
u-boot-b2ec22b52d6c1541cabf7103a098e6c80f27637b.tar.gz
u-boot-b2ec22b52d6c1541cabf7103a098e6c80f27637b.tar.bz2
imx: wandboard: fix splash logo drawing
After mxc_ipuv3 DM_VIDEO conversion showing splash image doesn't work. Fix this. Also enable white on black console configuration as it used to be with cfb_console driver. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/wandboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index bdcd5e9..8faf5f0 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -61,6 +61,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"console=ttymxc0\0" \
"splashpos=m,m\0" \
+ "splashimage=" __stringify(CONFIG_LOADADDR) "\0" \
"fdtfile=undefined\0" \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \