diff options
| author | Jagan Teki <[email protected]> | 2016-12-06 00:00:56 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-12-16 17:15:27 +0100 |
| commit | 3713571cb748964dcba87675fe202036127da5de (patch) | |
| tree | 0c14d5d067496de434f67d5860cbc1345a9ee4aa /include | |
| parent | ca7463c9d795d7c43621c8c5ac1faf870deec47c (diff) | |
imx6: icorem6: Add custom splashscreen support
Add custom splashscreen, engicam.bmp support for
Engicam i.CoreM6 qdl board.
Cc: Anatolij Gustschin <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Matteo Lisi <[email protected]>
Cc: Michael Trimarchi <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx6qdl_icore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/imx6qdl_icore.h b/include/configs/imx6qdl_icore.h index 70e74babbb4..204e96e017f 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 |
