From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 25 Sep 2012 00:04:05 +0200 Subject: [U-Boot] [PATCH] common/lcd: fix build breakage for at91sam9x5ek and trats boards In-Reply-To: <1348332953-21275-1-git-send-email-agust@denx.de> References: <1344507293-10579-1-git-send-email-nikita@compulab.co.il> <1348332953-21275-1-git-send-email-agust@denx.de> Message-ID: <20120925000405.2c2e0d41@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 22 Sep 2012 18:55:53 +0200 Anatolij Gustschin wrote: > Commit 203c37b8c5556aad1901ce4954792afd718c7d42 > (common lcd: simplify core functions) > > and commit bfdcc65e1163b4891643c2a670570c478b9af2a4 > (common lcd: simplify lcd_display_bitmap) > > caused build breakage for at91sam9x5ek board configurations > and for trats board. Fix these build errors. > > Signed-off-by: Anatolij Gustschin > --- > common/lcd.c | 14 ++++++++++---- > 1 files changed, 10 insertions(+), 4 deletions(-) Applied to u-boot-video/master. Anatolij