]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
imx6: icorem6: Add custom splashscreen support
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 5 Dec 2016 23:00:56 +0000 (00:00 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 16 Dec 2016 16:15:27 +0000 (17:15 +0100)
Add custom splashscreen, engicam.bmp support for
Engicam i.CoreM6 qdl board.

Cc: Anatolij Gustschin <agust@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
include/configs/imx6qdl_icore.h
tools/logos/engicam.bmp [new file with mode: 0755]

index 70e74babbb4db30f6210441002e7dcb1d460b6dc..204e96e017f19c1e7e19916fbe99edf90b2f9216 100644 (file)
@@ -37,6 +37,7 @@
 /* Default environment */
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "script=boot.scr\0" \
+       "splashpos=m,m\0" \
        "image=zImage\0" \
        "console=ttymxc3\0" \
        "fdt_high=0xffffffff\0" \
 # define CONFIG_IMX_VIDEO_SKIP
 
 # define CONFIG_SPLASH_SCREEN
+# define CONFIG_SPLASH_SCREEN_ALIGN
 # define CONFIG_BMP_16BPP
 # define CONFIG_VIDEO_BMP_RLE8
 # define CONFIG_VIDEO_LOGO
diff --git a/tools/logos/engicam.bmp b/tools/logos/engicam.bmp
new file mode 100755 (executable)
index 0000000..f6c60fb
Binary files /dev/null and b/tools/logos/engicam.bmp differ