From 48a05a5188e03861da2378c95ba7963d810736aa Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 7 Feb 2006 16:51:04 +0100 Subject: Various changes to esd HH405 board specific files Patch by Matthias Fuchs, 07 Feb 2006 --- board/esd/common/lcd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/esd/common') 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 -- cgit