]> git.sur5r.net Git - u-boot/blobdiff - board/uc101/uc101.c
board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
[u-boot] / board / uc101 / uc101.c
index 7a6b3be72e6b3067723de17c28739c9a828f7caa..f7265139653d81691dbd0958a40617da06d3397b 100644 (file)
@@ -221,6 +221,8 @@ long int initdram (int board_type)
 int checkboard (void)
 {
        puts ("Board: MAN UC101\n");
+       /* clear the Display */
+       *(char *)(CFG_DISP_CWORD) = 0x80;
        return 0;
 }