From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 16 Jul 2009 13:20:04 +0200 Subject: [U-Boot] [PATCH RESEND] Added support for splash screen positioning In-Reply-To: <1247148450-13695-1-git-send-email-matthias.weisser@graf-syteco.de> References: <1247148450-13695-1-git-send-email-matthias.weisser@graf-syteco.de> Message-ID: <4A5F0CE4.6030806@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 Matthias Weisser wrote: > This patch adds support splash image positioning by adding an > additional variable "splashpos" to the environment. Please see > README for details. > > Signed-off-by: Matthias Weisser > --- > README | 19 +++++++++++++++++++ > common/lcd.c | 39 +++++++++++++++++++++++++++++++++++++-- > drivers/video/cfb_console.c | 36 +++++++++++++++++++++++++++++++++++- > 3 files changed, 91 insertions(+), 3 deletions(-) Applied to u-boot-video. Thanks! Note that I slightly modified the description in README, hope this is okay. Best regards, Anatolij