Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rk3576 Downstream U-Boot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Frattaroli
Rk3576 Downstream U-Boot
Commits
21f971ec
Commit
21f971ec
authored
16 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
TQM823L: re-enable logo support; update LCD_INFO text
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
3b8d17f0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/lcd.c
+1
-1
1 addition, 1 deletion
common/lcd.c
include/configs/TQM823L.h
+2
-0
2 additions, 0 deletions
include/configs/TQM823L.h
with
3 additions
and
1 deletion
common/lcd.c
+
1
−
1
View file @
21f971ec
...
...
@@ -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) 200
4
DENX Software Engineering"
);
sprintf
(
info
,
"(C) 200
8
DENX Software Engineering
GmbH
"
);
lcd_drawchars
(
LCD_INFO_X
,
LCD_INFO_Y
+
VIDEO_FONT_HEIGHT
,
(
uchar
*
)
info
,
strlen
(
info
));
...
...
This diff is collapsed.
Click to expand it.
include/configs/TQM823L.h
+
2
−
0
View file @
21f971ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment