diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2006-02-21 16:41:43 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2006-02-21 16:41:43 +0100 |
commit | 654c2d2836ff49c94a0bceb700701976e2682375 (patch) | |
tree | b48b6863cd3a672d4e6da6dfb4953decd68e8d66 /board/esd/common | |
parent | 84e106c09d324e345f335d2edef246d0b4c9131a (diff) | |
parent | 79830d591afb758be8556396949d433fee1527c2 (diff) | |
download | u-boot-imx-654c2d2836ff49c94a0bceb700701976e2682375.zip u-boot-imx-654c2d2836ff49c94a0bceb700701976e2682375.tar.gz u-boot-imx-654c2d2836ff49c94a0bceb700701976e2682375.tar.bz2 |
Merge with /home/sr/git/u-boot
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 |