[U-Boot] [PATCH 4/7] imx: apalis_imx6: fix splash logo drawing

Anatolij Gustschin agust at denx.de
Thu Sep 19 17:30:12 UTC 2019


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

Signed-off-by: Anatolij Gustschin <agust at denx.de>
---
 include/configs/apalis_imx6.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h
index 4eceb10e8f..c3bc3943f4 100644
--- 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 at 60,if=RGB24 " \
 		"video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off " \
-- 
2.17.1



More information about the U-Boot mailing list