summaryrefslogtreecommitdiffstats
path: root/board/esd/common/lcd.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-02-07 16:51:04 +0100
committerStefan Roese <sr@denx.de>2006-02-07 16:51:04 +0100
commit48a05a5188e03861da2378c95ba7963d810736aa (patch)
tree172110c356d3665a2c6315855270b88156ac9e34 /board/esd/common/lcd.c
parent57cac1fa547fa590fe4b7992619b9f26417014c3 (diff)
downloadblackbird-obmc-uboot-48a05a5188e03861da2378c95ba7963d810736aa.tar.gz
blackbird-obmc-uboot-48a05a5188e03861da2378c95ba7963d810736aa.zip
Various changes to esd HH405 board specific files
Patch by Matthias Fuchs, 07 Feb 2006
Diffstat (limited to 'board/esd/common/lcd.c')
-rw-r--r--board/esd/common/lcd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/esd/common/lcd.c b/board/esd/common/lcd.c
index 0edc08308a..196171ce5a 100644
--- a/board/esd/common/lcd.c
+++ b/board/esd/common/lcd.c
@@ -229,6 +229,9 @@ void lcd_init(uchar *lcd_reg, uchar *lcd_mem, S1D_REGS *regs, int reg_count,
/*
* Detect epson
*/
+ lcd_reg[0] = 0x00;
+ lcd_reg[1] = 0x00;
+
if (lcd_reg[0] == 0x1c) {
/*
* Big epson detected
OpenPOWER on IntegriCloud