summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2011-01-17 13:56:49 +0800
committerLiu Ying <Ying.Liu@freescale.com>2011-01-17 13:56:49 +0800
commit4f9c691a594708717d52bb72b8026528e674deec (patch)
tree3f0fcb91b3b8341ce7b31c103967aea87be5852f /include/configs
parentff168f49d3dc88cb7f4e94c43a176b7a881992ab (diff)
downloadu-boot-imx-4f9c691a594708717d52bb72b8026528e674deec.zip
u-boot-imx-4f9c691a594708717d52bb72b8026528e674deec.tar.gz
u-boot-imx-4f9c691a594708717d52bb72b8026528e674deec.tar.bz2
ENGR00138040-2 MX51 BBG Android:Support splashimage
This patch supports splashimage for MX51 BBG Android. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx51_bbg_android.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/configs/mx51_bbg_android.h b/include/configs/mx51_bbg_android.h
index 2363c9f..7b054e3 100644
--- a/include/configs/mx51_bbg_android.h
+++ b/include/configs/mx51_bbg_android.h
@@ -349,4 +349,23 @@
#undef CONFIG_JFFS2_CMDLINE
#define CONFIG_JFFS2_DEV "nand0"
+#define CONFIG_SPLASH_SCREEN
+#ifdef CONFIG_SPLASH_SCREEN
+ /*
+ * Framebuffer and LCD
+ */
+ #define CONFIG_LCD
+ #define CONFIG_VIDEO_MX5
+ #define CONFIG_MXC_HSC
+ #define CONFIG_IPU_CLKRATE 133000000
+ #define CONFIG_SYS_CONSOLE_ENV_OVERWRITE
+ #define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
+ #define CONFIG_SYS_CONSOLE_IS_IN_ENV
+ #define LCD_BPP LCD_COLOR16
+ #define CONFIG_CMD_BMP
+ #define CONFIG_BMP_8BPP
+ #define CONFIG_FB_BASE (TEXT_BASE + 0x300000)
+ #define CONFIG_SPLASH_SCREEN_ALIGN
+ #define CONFIG_SYS_WHITE_ON_BLACK
+#endif
#endif /* __CONFIG_H */