mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 09:03:27 +08: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
@ -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 "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user