]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
TQM823L: re-enable logo support; update LCD_INFO text
authorWolfgang Denk <wd@denx.de>
Sun, 6 Jul 2008 23:22:29 +0000 (01:22 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 8 Aug 2008 14:43:01 +0000 (16:43 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
common/lcd.c
include/configs/TQM823L.h

index e3347ec93c646da23c2194a5e63cc631df6f078c..8d770f3e720deb596a6034a3694d47e81bf953a3 100644 (file)
@@ -793,7 +793,7 @@ static void *lcd_logo (void)
        sprintf (info, "%s (%s - %s) ", U_BOOT_VERSION, __DATE__, __TIME__);
        lcd_drawchars (LCD_INFO_X, LCD_INFO_Y, (uchar *)info, strlen(info));
 
-       sprintf (info, "(C) 2004 DENX Software Engineering");
+       sprintf (info, "(C) 2008 DENX Software Engineering GmbH");
        lcd_drawchars (LCD_INFO_X, LCD_INFO_Y + VIDEO_FONT_HEIGHT,
                                        (uchar *)info, strlen(info));
 
index 38717221fed22771398c95ae383ac92e3d13a324..d5a3c54b6d6beee95e18204e0248115234fc9b1b 100644 (file)
@@ -37,6 +37,8 @@
 #define CONFIG_TQM823L         1       /* ...on a TQM8xxL module       */
 
 #ifdef CONFIG_LCD                      /* with LCD controller ?        */
+#define CONFIG_LCD_LOGO                1       /* print our logo on the LCD    */
+#define CONFIG_LCD_INFO                1       /* ... and some board info      */
 #define        CONFIG_SPLASH_SCREEN            /* ... with splashscreen support*/
 #endif