summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorRobby Cai <robby.cai@nxp.com>2016-11-18 17:10:11 +0800
committerYe Li <ye.li@nxp.com>2017-04-06 10:08:45 +0800
commitd459c153296ff16ec49f521713ffc899f301901a (patch)
tree2e8296a01b274a1ff1ba21a27592bfe289a82922 /include/configs
parenta99815b57dee42e5b4167174ff5904a1dd3c2d61 (diff)
downloadu-boot-imx-d459c153296ff16ec49f521713ffc899f301901a.zip
u-boot-imx-d459c153296ff16ec49f521713ffc899f301901a.tar.gz
u-boot-imx-d459c153296ff16ec49f521713ffc899f301901a.tar.bz2
MLK-13499 imx6sll: add epdc splash screen support
add splash screen feature for epdc. it's tested on imx6sll arm2 board and evk board. Signed-off-by: Robby Cai <robby.cai@nxp.com> (cherry picked from commit c85c6f2a0f08dfc6c2859fe969b2021ab32b9370) Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6sll_arm2.h6
-rw-r--r--include/configs/mx6sllevk.h15
2 files changed, 16 insertions, 5 deletions
diff --git a/include/configs/mx6sll_arm2.h b/include/configs/mx6sll_arm2.h
index 3aa1f26..b71c0b6 100644
--- a/include/configs/mx6sll_arm2.h
+++ b/include/configs/mx6sll_arm2.h
@@ -223,14 +223,10 @@
*/
#define CONFIG_SPLASH_SCREEN
#define CONFIG_CMD_BMP
- #define CONFIG_LCD
- #define CONFIG_SYS_CONSOLE_IS_IN_ENV
-#ifdef CONFIG_MXC_EPDC
#undef LCD_TEST_PATTERN
#define LCD_BPP LCD_MONOCHROME
#define CONFIG_WAVEFORM_BUF_SIZE 0x200000
-#endif
-#endif /* CONFIG_SPLASH_SCREEN */
+#endif /* CONFIG_MXC_EPDC */
#endif /* __CONFIG_H */
diff --git a/include/configs/mx6sllevk.h b/include/configs/mx6sllevk.h
index 67a20f7..200c21a 100644
--- a/include/configs/mx6sllevk.h
+++ b/include/configs/mx6sllevk.h
@@ -173,4 +173,19 @@
#define CONFIG_IMX_VIDEO_SKIP
#endif
+/*
+ * EPDC SPLASH SCREEN Configs
+ */
+#ifdef CONFIG_MXC_EPDC
+ /*
+ * Framebuffer and LCD
+ */
+ #define CONFIG_SPLASH_SCREEN
+ #define CONFIG_CMD_BMP
+ #undef LCD_TEST_PATTERN
+ #define LCD_BPP LCD_MONOCHROME
+
+ #define CONFIG_WAVEFORM_BUF_SIZE 0x200000
+#endif /* CONFIG_MXC_EPDC */
+
#endif /* __CONFIG_H */