diff options
Diffstat (limited to 'board/uc101')
-rw-r--r-- | board/uc101/uc101.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/uc101/uc101.c b/board/uc101/uc101.c index 7a6b3be72e6..f7265139653 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; } |