]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Adjust printed board ID for LWMON board.
authorWolfgang Denk <wd@nyx.denx.de>
Thu, 21 Jul 2005 11:53:44 +0000 (13:53 +0200)
committerWolfgang Denk <wd@nyx.denx.de>
Thu, 21 Jul 2005 11:53:44 +0000 (13:53 +0200)
board/lwmon/lwmon.c

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