diff options
| author | Stefan Roese <sr@denx.de> | 2008-08-11 06:43:38 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2008-08-11 06:43:38 +0200 | 
| commit | 81c4dc39797e88ebbde14bb4b711f9588f197680 (patch) | |
| tree | 1d518f2187cc027a86e4b7c38739f02a23ea871b /common/lcd.c | |
| parent | eab1007334b93a6209f1ec33615e26ef5311ede7 (diff) | |
| parent | e84d568fa2a9f4ce7888141e71676368ef6b3f25 (diff) | |
| download | olio-uboot-2014.01-81c4dc39797e88ebbde14bb4b711f9588f197680.tar.xz olio-uboot-2014.01-81c4dc39797e88ebbde14bb4b711f9588f197680.zip | |
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
Diffstat (limited to 'common/lcd.c')
| -rw-r--r-- | common/lcd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/lcd.c b/common/lcd.c index e3347ec93..8d770f3e7 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -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)); |