diff options
author | wdenk <wdenk> | 2004-12-16 21:44:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-16 21:44:03 +0000 |
commit | efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5 (patch) | |
tree | 9b8636853fefbfcd38e804ddccac013bd216d50e /board/esd/common/lcd.c | |
parent | bea8e84b52ac3c499b5868978a29c20cf92cf88f (diff) | |
download | u-boot-imx-efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5.zip u-boot-imx-efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5.tar.gz u-boot-imx-efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5.tar.bz2 |
Code cleanup.
Diffstat (limited to 'board/esd/common/lcd.c')
-rw-r--r-- | board/esd/common/lcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/common/lcd.c b/board/esd/common/lcd.c index a1fc180..d2d642a 100644 --- a/board/esd/common/lcd.c +++ b/board/esd/common/lcd.c @@ -136,7 +136,7 @@ void lcd_init(uchar *lcd_reg, uchar *lcd_mem, S1D_REGS *regs, int reg_count, } s1dValue = regs[i].Value; lcd_reg[s1dReg] = s1dValue; - } + } /* * Decompress bmp image |