Skip to content
Snippets Groups Projects
Commit ea2458c5 authored by Anatolij Gustschin's avatar Anatolij Gustschin
Browse files

imx: colibri_imx6: fix splash logo drawing


Define "splashimage" variable in the default environment
to enable splash screen drawing.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent e80aa8b0
No related branches found
No related tags found
No related merge requests found
......@@ -195,6 +195,7 @@
"load ${interface} ${drive}:1 ${loadaddr} flash_blk.img && " \
"source ${loadaddr}\0" \
"splashpos=m,m\0" \
"splashimage=" __stringify(CONFIG_LOADADDR) "\0" \
"vidargs=video=mxcfb0:dev=lcd,640x480M@60,if=RGB666 " \
"video=mxcfb1:off fbmem=8M\0 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment