summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2010-10-21 10:34:39 +0200
committerAnatolij Gustschin <agust@denx.de>2010-10-22 00:05:05 +0200
commita0152c4ba1ea052df2c3303195d252b86cbfc121 (patch)
tree0c344b73b018e7b5fff2143822d481096adbc800 /include
parent5dda7945d18077db81eb0cfdc2f9d4525e6b77b1 (diff)
downloadtalos-obmc-uboot-a0152c4ba1ea052df2c3303195d252b86cbfc121.tar.gz
talos-obmc-uboot-a0152c4ba1ea052df2c3303195d252b86cbfc121.zip
MX51: Add video support to vision2 board
The patch adds support for LCD to the vision2 board. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/vision2.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/vision2.h b/include/configs/vision2.h
index a2ecbe50d6..d2d9565247 100644
--- a/include/configs/vision2.h
+++ b/include/configs/vision2.h
@@ -211,4 +211,18 @@
#define CONFIG_SYS_NO_FLASH
+/*
+ * Framebuffer and LCD
+ */
+#define CONFIG_PREBOOT
+#define CONFIG_LCD
+#define CONFIG_VIDEO_MX5
+#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_SPLASH_SCREEN
+#define CONFIG_CMD_BMP
+#define CONFIG_BMP_16BPP
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud