projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0413fc
)
imx: apalis_imx6: fix splash logo drawing
author
Anatolij Gustschin
<agust@denx.de>
Thu, 19 Sep 2019 15:19:01 +0000
(17:19 +0200)
committer
Anatolij Gustschin
<agust@denx.de>
Sat, 21 Sep 2019 08:21:34 +0000
(10:21 +0200)
Define "splashimage" variable in the default environment
to enable splash screen drawing.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
include/configs/apalis_imx6.h
patch
|
blob
|
history
diff --git
a/include/configs/apalis_imx6.h
b/include/configs/apalis_imx6.h
index 4eceb10e8fc21bbf619e2b6d0481434bc79473c0..c3bc3943f40d56b0ae557abd71c1c23d7d8114e8 100644
(file)
--- a/
include/configs/apalis_imx6.h
+++ b/
include/configs/apalis_imx6.h
@@
-213,6
+213,7
@@
"load ${interface} ${drive}:1 ${loadaddr} flash_blk.img && " \
"source ${loadaddr}\0" \
"splashpos=m,m\0" \
+ "splashimage=" __stringify(CONFIG_LOADADDR) "\0" \
"vidargs=mxc_hdmi.only_cea=1 " \
"video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 " \
"video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off " \