mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
imx: colibri_imx6: fix splash logo drawing
Define "splashimage" variable in the default environment to enable splash screen drawing. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
e80aa8b029
commit
ea2458c54b
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@
|
||||||
"load ${interface} ${drive}:1 ${loadaddr} flash_blk.img && " \
|
"load ${interface} ${drive}:1 ${loadaddr} flash_blk.img && " \
|
||||||
"source ${loadaddr}\0" \
|
"source ${loadaddr}\0" \
|
||||||
"splashpos=m,m\0" \
|
"splashpos=m,m\0" \
|
||||||
|
"splashimage=" __stringify(CONFIG_LOADADDR) "\0" \
|
||||||
"vidargs=video=mxcfb0:dev=lcd,640x480M@60,if=RGB666 " \
|
"vidargs=video=mxcfb0:dev=lcd,640x480M@60,if=RGB666 " \
|
||||||
"video=mxcfb1:off fbmem=8M\0 "
|
"video=mxcfb1:off fbmem=8M\0 "
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue