[U-Boot] [PATCH] video: consolidate splash screen alignment code
Anatolij Gustschin
agust at denx.de
Mon Jul 8 20:47:17 CEST 2013
On Tue, 2 Jul 2013 00:04:05 +0200
Anatolij Gustschin <agust at denx.de> 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 <agust at denx.de>
> ---
> 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
More information about the U-Boot
mailing list