summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2016-12-06 02:00:56 +0300
committerStefano Babic <sbabic@denx.de>2016-12-16 19:15:27 +0300
commit3713571cb748964dcba87675fe202036127da5de (patch)
tree0c14d5d067496de434f67d5860cbc1345a9ee4aa
parentca7463c9d795d7c43621c8c5ac1faf870deec47c (diff)
downloadu-boot-3713571cb748964dcba87675fe202036127da5de.tar.xz
imx6: icorem6: Add custom splashscreen support
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>
-rw-r--r--include/configs/imx6qdl_icore.h2
-rwxr-xr-xtools/logos/engicam.bmpbin0 -> 60214 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/imx6qdl_icore.h b/include/configs/imx6qdl_icore.h
index 70e74babbb..204e96e017 100644
--- a/include/configs/imx6qdl_icore.h
+++ b/include/configs/imx6qdl_icore.h
@@ -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" \
@@ -155,6 +156,7 @@
# 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
index 0000000000..f6c60fb810
--- /dev/null
+++ b/tools/logos/engicam.bmp
Binary files differ