diff options
Diffstat (limited to 'include/configs/mx6sllevk.h')
-rw-r--r-- | include/configs/mx6sllevk.h | 15 |
1 files changed, 15 insertions, 0 deletions
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 */ |