Re: [U-Boot] [PATCH] video: bcm2835: fix build issues

2013-04-01 Thread Anatolij Gustschin
On Mon, 01 Apr 2013 20:54:25 -0600 Stephen Warren wrote: ... > FYI, I just tested these patches as they exist in u-boot/master, and the > RPi "LCD" support still works fine after these patches. Thanks. Thanks for testing! Anatolij ___ U-Boot mailing li

Re: [U-Boot] [PATCH] video: bcm2835: fix build issues

2013-04-01 Thread Stephen Warren
On 03/29/2013 07:34 AM, Anatolij Gustschin wrote: > On Fri, 29 Mar 2013 14:10:09 +0100 > Anatolij Gustschin wrote: > >> After merging LCD patches for v2013.04 the bcm2835 video >> driver building is broken due to removal of many global >> variables. Fix the driver. >> >> Signed-off-by: Anatolij G

Re: [U-Boot] [PATCH] video: bcm2835: fix build issues

2013-03-29 Thread Anatolij Gustschin
On Fri, 29 Mar 2013 14:10:09 +0100 Anatolij Gustschin wrote: > After merging LCD patches for v2013.04 the bcm2835 video > driver building is broken due to removal of many global > variables. Fix the driver. > > Signed-off-by: Anatolij Gustschin > Cc: Stephen Warren > --- > common/lcd.c

[U-Boot] [PATCH] video: bcm2835: fix build issues

2013-03-29 Thread Anatolij Gustschin
After merging LCD patches for v2013.04 the bcm2835 video driver building is broken due to removal of many global variables. Fix the driver. Signed-off-by: Anatolij Gustschin Cc: Stephen Warren --- common/lcd.c| 12 drivers/video/bcm2835.c | 11 --- 2 files c