projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c998aa
)
Adjust printed board ID for LWMON board.
author
Wolfgang Denk
<wd@nyx.denx.de>
Thu, 21 Jul 2005 11:53:44 +0000
(13:53 +0200)
committer
Wolfgang Denk
<wd@nyx.denx.de>
Thu, 21 Jul 2005 11:53:44 +0000
(13:53 +0200)
board/lwmon/lwmon.c
patch
|
blob
|
history
diff --git
a/board/lwmon/lwmon.c
b/board/lwmon/lwmon.c
index 5b2b41a97603d7991bc4a129389ba5b00303196e..7cf57788b8b311eb5162a2fe88ff773f7ac41b04 100644
(file)
--- a/
board/lwmon/lwmon.c
+++ b/
board/lwmon/lwmon.c
@@
-185,7
+185,7
@@
V* Verification: dzu@denx.de
***********************************************************************/
int checkboard (void)
{
- puts ("Board: LICCON Konsole LCD
2
\n");
+ puts ("Board: LICCON Konsole LCD
3
\n");
return (0);
}