summaryrefslogtreecommitdiff
path: root/board/uc101
diff options
context:
space:
mode:
authorHeiko Schocher <hs@pollux.denx.de>2007-04-14 05:26:48 +0200
committerHeiko Schocher <hs@pollux.denx.de>2007-04-14 05:26:48 +0200
commit37403005cfe6bb13964d450f6a48a0b0f2f7017e (patch)
tree5b22adc50d6549b7dea6d60efa25d3e16d6a6c79 /board/uc101
parent6c9ba919375db977aaad9146bf320c7afd07ae7a (diff)
[Fix] Set the LED status register on the UC101 for the LXT971 PHY.
clear the Display after reset. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/uc101')
-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 7a6b3be72..f72651396 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;
}