diff options
author | Stefan Roese <sr@denx.de> | 2007-04-18 12:13:51 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-04-18 12:13:51 +0200 |
commit | afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3 (patch) | |
tree | 3ebdd6d931b0ce09acf276903d83a801eed2d9f9 /board/uc101 | |
parent | 3747a3f010b2b1442dec3e871c69788b6017aaae (diff) | |
parent | 8048cdd56f04a756eeea4951f402bf5cc33785db (diff) | |
download | u-boot-imx-afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3.zip u-boot-imx-afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3.tar.gz u-boot-imx-afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
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 7a6b3be..f726513 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; } |