Re: [U-Boot] [PATCH 5/5] lcd: Let the board code show board-specific info

2008-10-27 Thread Anatolij Gustschin
Haavard Skinnemoen wrote: > 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,

Re: [U-Boot] [PATCH 5/5] lcd: Let the board code show board-specific info

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:23 Sun 26 Oct , Anatolij Gustschin wrote: > Haavard Skinnemoen wrote: > > 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 horribl

Re: [U-Boot] [PATCH 5/5] lcd: Let the board code show board-specific info

2008-10-25 Thread Anatolij Gustschin
Haavard Skinnemoen wrote: > 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,

[U-Boot] [PATCH 5/5] lcd: Let the board code show board-specific info

2008-09-01 Thread Haavard Skinnemoen
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 mo