1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-29 22:41:17 +02:00

Adjust printed board ID for LWMON board.

This commit is contained in:
Wolfgang Denk
2005-07-21 13:53:44 +02:00
parent 9c998aa831
commit ee073a558b

View File

@@ -185,7 +185,7 @@ V* Verification: dzu@denx.de
***********************************************************************/ ***********************************************************************/
int checkboard (void) int checkboard (void)
{ {
puts ("Board: LICCON Konsole LCD2\n"); puts ("Board: LICCON Konsole LCD3\n");
return (0); return (0);
} }