[U-Boot] [PATCH 6/7] imx: colibri_imx6: fix splash logo drawing

Anatolij Gustschin agust at denx.de
Thu Sep 19 17:30:14 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/colibri_imx6.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h
index aee9f2f1d0..fa4dc498f5 100644
--- a/include/configs/colibri_imx6.h
+++ b/include/configs/colibri_imx6.h
@@ -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 at 60,if=RGB666 " \
 		"video=mxcfb1:off fbmem=8M\0 "
 
-- 
2.17.1



More information about the U-Boot mailing list