]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lcd: Let the board code show board-specific info
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Mon, 1 Sep 2008 14:21:22 +0000 (16:21 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 27 Oct 2008 08:53:58 +0000 (09:53 +0100)
commit6b59e03e0237a40a2305ea385defdfd92000978b
tree70f3078e9568171678634959995355a198907806
parent6f93d2b8fca504200a5758f7c6dd2d6852900765
lcd: Let the board code show board-specific info

The information displayed when CONFIG_LCD_INFO is set is inherently
board-specific, so it should be done by the board code. The current code
dealing with this only handles two cases, and is already a horrible mess
of #ifdeffery.

Yes, this duplicates some code, but it also allows boards to print more
board-specific information; this used to be very difficult.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
board/atmel/at91cap9adk/at91cap9adk.c
board/atmel/at91sam9261ek/at91sam9261ek.c
board/atmel/at91sam9263ek/at91sam9263ek.c
board/atmel/at91sam9rlek/at91sam9rlek.c
board/lwmon/lwmon.c
board/tqc/tqm8xx/tqm8xx.c
common/lcd.c
include/lcd.h