]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs
authorAnatolij Gustschin <agust@denx.de>
Fri, 27 Apr 2012 04:41:16 +0000 (04:41 +0000)
committerAnatolij Gustschin <agust@denx.de>
Fri, 25 May 2012 07:15:10 +0000 (09:15 +0200)
commit0f999c49e5647ede23cfb1ee2b83da8d8a76297b
tree21f579bb1e4e63deaef95616d4f8b19479abd3fa
parent095407da5647053ec865437d02f2f5cc41ac31b3
common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs

Move CONFIG_LCD_LOGO && !CONFIG_LCD_INFO_BELOW_LOGO ifdefs
to lcd_drawchars() func.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
common/lcd.c