diff options
author | Stefan Roese <sr@denx.de> | 2006-02-07 16:51:04 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-02-07 16:51:04 +0100 |
commit | 48a05a5188e03861da2378c95ba7963d810736aa (patch) | |
tree | 172110c356d3665a2c6315855270b88156ac9e34 /board/esd/common | |
parent | 57cac1fa547fa590fe4b7992619b9f26417014c3 (diff) | |
download | u-boot-imx-48a05a5188e03861da2378c95ba7963d810736aa.zip u-boot-imx-48a05a5188e03861da2378c95ba7963d810736aa.tar.gz u-boot-imx-48a05a5188e03861da2378c95ba7963d810736aa.tar.bz2 |
Various changes to esd HH405 board specific files
Patch by Matthias Fuchs, 07 Feb 2006
Diffstat (limited to 'board/esd/common')
-rw-r--r-- | board/esd/common/lcd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/esd/common/lcd.c b/board/esd/common/lcd.c index 0edc083..196171c 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 |