From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 13 Mar 2010 16:55:42 +0100 Subject: [U-Boot] [PATCH] video: Fix console display when splashscreen is used In-Reply-To: <1263294391-15715-1-git-send-email-matthias.weisser@graf-syteco.de> References: <1263294391-15715-1-git-send-email-matthias.weisser@graf-syteco.de> Message-ID: <20100313165542.76cbc718@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 Tue, 12 Jan 2010 12:06:31 +0100 Matthias Weisser wrote: > If a splashscreen is used the console scrolling used the > scroll size as needed when a logo was displayd. This > patch sets the scroll size to the whole screen if > a splashscreen is shown. > > Signed-off-by: Matthias Weisser > --- > drivers/video/cfb_console.c | 21 ++++++++++++--------- > 1 files changed, 12 insertions(+), 9 deletions(-) Applied to u-boot-video master. Thanks, and sorry for really unacceptable delay. Anatolij