summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-04-27 22:10:41 (GMT)
committerWolfgang Denk <wd@denx.de>2010-04-27 22:10:41 (GMT)
commit3699c28e6d16b563629c285311a0ce62a2c4c5d0 (patch)
treec7fca6782a4563b56e713cac266a400e420a5b74 /include/configs
parentd03f4230a6cc08ac718c876309e4dc425e1a9854 (diff)
parent7c8cf0d0c7b12c7c63765e936cf760dc2c7d7306 (diff)
downloadu-boot-3699c28e6d16b563629c285311a0ce62a2c4c5d0.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/qong.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/qong.h b/include/configs/qong.h
index 64d0214..e41ea91 100644
--- a/include/configs/qong.h
+++ b/include/configs/qong.h
@@ -62,6 +62,17 @@
#define CONFIG_DNET_BASE (CS1_BASE + QONG_FPGA_PERIPH_SIZE)
#define CONFIG_NET_MULTI 1
+/* Framebuffer and LCD */
+#define CONFIG_LCD
+#define CONFIG_VIDEO_MX3
+#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
+#define CONFIG_DISPLAY_VBEST_VGG322403
+
/*
* Reducing the ARP timeout from default 5 seconds to 200ms we speed up the
* initial TFTP transfer, should the user wish one, significantly.