From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 01 Apr 2013 20:54:25 -0600 Subject: [U-Boot] [PATCH] video: bcm2835: fix build issues In-Reply-To: <20130329143438.12adfaa9@crub> References: <1364562609-25154-1-git-send-email-agust@denx.de> <20130329143438.12adfaa9@crub> Message-ID: <515A4861.5080207@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Gustschin >> Cc: Stephen Warren >> --- >> 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.