From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 8 Jul 2013 20:47:17 +0200 Subject: [U-Boot] [PATCH] video: consolidate splash screen alignment code In-Reply-To: <1372716245-25693-1-git-send-email-agust@denx.de> References: <1370541443-13184-1-git-send-email-otavio@ossystems.com.br> <1372716245-25693-1-git-send-email-agust@denx.de> Message-ID: <20130708204717.0bad2b5b@crub> 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, 2 Jul 2013 00:04:05 +0200 Anatolij Gustschin wrote: > Code for checking "splashpos" environment variable is > duplicated in drivers, move it to the common function. > Call this function also in the bmp display command to > consider "splashpos" settings. > > Signed-off-by: Anatolij Gustschin > --- > common/cmd_bmp.c | 3 +++ > common/lcd.c | 19 ++----------------- > common/splash.c | 25 +++++++++++++++++++++++++ > drivers/video/cfb_console.c | 24 ++---------------------- > include/splash.h | 7 +++++++ > 5 files changed, 39 insertions(+), 39 deletions(-) Applied to u-boot-video/master. Thanks! Anatolij