From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 11 Aug 2008 00:24:28 +0200 Subject: [U-Boot] [PATCH 1/2] video: fix bug in logo_plot In-Reply-To: <1218211240-21667-1-git-send-email-agust@denx.de> References: <> <1218211240-21667-1-git-send-email-agust@denx.de> Message-ID: <20080810222428.9CD89248AC@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Anatolij Gustschin, In message <1218211240-21667-1-git-send-email-agust@denx.de> you wrote: > If logo_plot() should ever be called with x starting > position other than zero and for pixel depths greater > than 8bpp, logo colors distortion will be observed. > This patch fixes the issue. > > Signed-off-by: Anatolij Gustschin > --- > drivers/video/cfb_console.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Lead me not into temptation... I can find it myself.