From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 29 Mar 2013 12:09:31 +0100 Subject: [U-Boot] [PATCH] video: Fix splash screen alignment In-Reply-To: <1360935312-30274-1-git-send-email-weisserm@arcor.de> References: <1360935312-30274-1-git-send-email-weisserm@arcor.de> Message-ID: <20130329120931.4923eb15@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, On Fri, 15 Feb 2013 14:35:12 +0100 Matthias Weisser wrote: > commit d484b52 "video: Skip bitmaps which do not fit into the screen in > cfb_console" breaks splash screen alignment which is passed in as magic > (BMP_ALIGN_CENTER) x/y coordinates. Moving the check after the alignment block > fixes this. > > Signed-off-by: Matthias Weisser > --- > drivers/video/cfb_console.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) applied, thanks! Anatolij