
2 Apr
2013
2 Apr
'13
4:54 a.m.
On 03/29/2013 07:34 AM, Anatolij Gustschin wrote:
On Fri, 29 Mar 2013 14:10:09 +0100 Anatolij Gustschin agust@denx.de 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 agust@denx.de Cc: Stephen Warren swarren@wwwdotorg.org
common/lcd.c | 12 ++++++++++++ drivers/video/bcm2835.c | 11 ----------- 2 files changed, 12 insertions(+), 11 deletions(-)
applied to u-boot-video/master.
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.