From 7c8cf0d0c7b12c7c63765e936cf760dc2c7d7306 Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Wed, 21 Apr 2010 09:56:31 +0200 Subject: MX31: Added LCD support for QONG module Added support for LCD and splash image to the QONG module. The supported display is VBEST-VGG322403. Signed-off-by: Stefano Babic --- include/configs/qong.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/configs/qong.h') 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. -- cgit v1.1