summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/uc101/uc101.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/uc101/uc101.c b/board/uc101/uc101.c
index 7a6b3be72e..f726513965 100644
--- a/board/uc101/uc101.c
+++ b/board/uc101/uc101.c
@@ -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;
}
OpenPOWER on IntegriCloud