summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-04-18 12:13:51 +0200
committerStefan Roese <sr@denx.de>2007-04-18 12:13:51 +0200
commitafc7e4c2a4729427bec672561ea1b3dbb5e8c0d3 (patch)
tree3ebdd6d931b0ce09acf276903d83a801eed2d9f9 /board
parent3747a3f010b2b1442dec3e871c69788b6017aaae (diff)
parent8048cdd56f04a756eeea4951f402bf5cc33785db (diff)
downloadblackbird-obmc-uboot-afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3.tar.gz
blackbird-obmc-uboot-afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3.zip
Merge with git://www.denx.de/git/u-boot.git
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