Merge branch '070524_netstar' of git://linux-arm.org/u-boot-armdev
[platform/kernel/u-boot.git] / board / uc101 / uc101.c
index 7a6b3be..f726513 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;
 }